Merge pull request #506 from Azzybot/patch-6

Recurso para coletar tipo de mensagem
This commit is contained in:
Davidson Gomes 2024-04-03 07:06:01 -03:00 committed by GitHub
commit 717aac4438
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -10,6 +10,7 @@ export class Session {
export class PrefilledVariables {
remoteJid?: string;
pushName?: string;
messageType?: string;
additionalData?: { [key: string]: any };
}