Preparing search index...
The search index is not available
discord-js-button-pagination-ts
discord-js-button-pagination-ts
<internal>
GatewayMessagePollVoteDispatchData
Interface GatewayMessagePollVoteDispatchData
See
https://discord.com/developers/docs/topics/gateway-events#message-poll-vote-add
https://discord.com/developers/docs/topics/gateway-events#message-poll-vote-remove
interface
GatewayMessagePollVoteDispatchData
{
answer_id
:
number
;
channel_id
:
string
;
guild_id
?:
string
;
message_id
:
string
;
user_id
:
string
;
}
Index
Properties
answer_
id
channel_
id
guild_
id?
message_
id
user_
id
Properties
answer_
id
answer_id
:
number
ID of the answer
channel_
id
channel_id
:
string
ID of the channel
Optional
guild_
id
guild_id
?:
string
ID of the guild
message_
id
message_id
:
string
ID of the message
user_
id
user_id
:
string
ID of the user
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
answer_
id
channel_
id
guild_
id
message_
id
user_
id
discord-js-button-pagination-ts
Loading...
See