mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2025-12-19 11:52:20 -06:00
feat: pusher event integration
This commit is contained in:
@@ -99,6 +99,14 @@ export declare namespace wa {
|
||||
webhookBase64?: boolean;
|
||||
};
|
||||
|
||||
export type LocalPusher = LocalEvent & {
|
||||
appId?: string;
|
||||
key?: string;
|
||||
secret?: string;
|
||||
cluster?: string;
|
||||
useTLS?: boolean;
|
||||
};
|
||||
|
||||
type Session = {
|
||||
remoteJid?: string;
|
||||
sessionId?: string;
|
||||
|
||||
Reference in New Issue
Block a user