Skip to content

Commit 6d5e394

Browse files
committed
Forgot to document it
1 parent d13b37d commit 6d5e394

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/emitters.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,9 @@ export type OnMessageArgs = {
9696
response: ClientMessage,
9797
context: boolean
9898
) => Promise<ServerMessageResponse | Response>;
99+
/**
100+
* The WhatsAppAPI instance that emitted the event
101+
*/
99102
Whatsapp: WhatsAppAPI;
100103
};
101104

0 commit comments

Comments
 (0)