Skip to content

Commit b8f1e8a

Browse files
Update instance.dto.ts
Foi criado novas propriedades "webhook_base64?: boolean;" para recuperar Base64 da media enviada por webhook.
1 parent d007fc4 commit b8f1e8a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/whatsapp/dto/instance.dto.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ export class InstanceDto {
55
token?: string;
66
webhook?: string;
77
webhook_by_events?: boolean;
8+
webhook_base64?: boolean;
89
events?: string[];
910
reject_call?: boolean;
1011
msg_call?: string;

0 commit comments

Comments
 (0)