From 078933f0612cb3710118b4b7aaafadb4099fdc9c Mon Sep 17 00:00:00 2001 From: Igor Nunes Date: Sat, 5 Feb 2022 23:11:53 -0300 Subject: [PATCH] fix(typings): add MessageTypes BUTTONS_RESPONSE (#1032) fixes #1104 --- index.d.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/index.d.ts b/index.d.ts index c3c4d6c..05e0285 100644 --- a/index.d.ts +++ b/index.d.ts @@ -443,6 +443,7 @@ declare namespace WAWebJS { PAYMENT = 'payment', UNKNOWN = 'unknown', GROUP_INVITE = 'groups_v4_invite', + BUTTONS_RESPONSE = 'buttons_response' } /** Client status */