fix(typings): add MessageTypes BUTTONS_RESPONSE (#1032)

fixes #1104
This commit is contained in:
Igor Nunes
2022-02-05 23:11:53 -03:00
committed by GitHub
parent f149516d0d
commit 078933f061

1
index.d.ts vendored
View File

@@ -443,6 +443,7 @@ declare namespace WAWebJS {
PAYMENT = 'payment',
UNKNOWN = 'unknown',
GROUP_INVITE = 'groups_v4_invite',
BUTTONS_RESPONSE = 'buttons_response'
}
/** Client status */