mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2025-07-25 18:08:40 -06:00
Merge pull request #506 from Azzybot/patch-6
Recurso para coletar tipo de mensagem
This commit is contained in:
commit
717aac4438
@ -10,6 +10,7 @@ export class Session {
|
|||||||
export class PrefilledVariables {
|
export class PrefilledVariables {
|
||||||
remoteJid?: string;
|
remoteJid?: string;
|
||||||
pushName?: string;
|
pushName?: string;
|
||||||
|
messageType?: string;
|
||||||
additionalData?: { [key: string]: any };
|
additionalData?: { [key: string]: any };
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user