Update wa.types.ts

Foi criado novas propriedades para recuperar Base64 da media enviada por webhook.
This commit is contained in:
Amilton Morais
2023-10-03 17:20:14 -03:00
committed by GitHub
parent f085343a99
commit 523f3301c0

View File

@@ -50,6 +50,7 @@ export declare namespace wa {
url?: string;
events?: string[];
webhook_by_events?: boolean;
webhook_base64?: boolean;
};
export type LocalChatwoot = {