Skip to content

Commit 523f330

Browse files
Update wa.types.ts
Foi criado novas propriedades para recuperar Base64 da media enviada por webhook.
1 parent f085343 commit 523f330

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/whatsapp/types/wa.types.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ export declare namespace wa {
5050
url?: string;
5151
events?: string[];
5252
webhook_by_events?: boolean;
53+
webhook_base64?: boolean;
5354
};
5455

5556
export type LocalChatwoot = {

0 commit comments

Comments
 (0)