mirror of
https://github.com/cheveguerra/whatsapp-web.js.git
synced 2026-04-19 20:19:14 +00:00
Poll implementation
This commit is contained in:
@@ -52,7 +52,8 @@ exports.Events = {
|
||||
STATE_CHANGED: 'change_state',
|
||||
BATTERY_CHANGED: 'change_battery',
|
||||
INCOMING_CALL: 'incoming_call',
|
||||
REMOTE_SESSION_SAVED: 'remote_session_saved'
|
||||
REMOTE_SESSION_SAVED: 'remote_session_saved',
|
||||
POLL_VOTE: 'poll_vote'
|
||||
};
|
||||
|
||||
/**
|
||||
@@ -96,6 +97,8 @@ exports.MessageTypes = {
|
||||
PROTOCOL: 'protocol',
|
||||
REACTION: 'reaction',
|
||||
TEMPLATE_BUTTON_REPLY: 'template_button_reply',
|
||||
POLL_CREATION: 'poll_creation',
|
||||
|
||||
};
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user