DiscordMessageReactionRemoveAll
Documentation / @discordeno/bot / DiscordMessageReactionRemoveAll
Interface: DiscordMessageReactionRemoveAll
Defined in: packages/types/dist/types/discord.d.ts:2969
https://discord.com/developers/docs/events/gateway#message-reaction-remove-all
Extends
Pick
<DiscordMessageReactionAdd
,"channel_id"
|"message_id"
|"guild_id"
>
Properties
channel_id
channel_id:
string
Defined in: packages/types/dist/types/discord.d.ts:2726
The id of the channel
Inherited from
Pick.channel_id
guild_id?
optional
guild_id:string
Defined in: packages/types/dist/types/discord.d.ts:2730
The id of the guild
Inherited from
Pick.guild_id
message_id
message_id:
string
Defined in: packages/types/dist/types/discord.d.ts:2728
The id of the message
Inherited from
Pick.message_id