DiscordMessageReactionRemove
Documentation / @discordeno/bot / DiscordMessageReactionRemove
Interface: DiscordMessageReactionRemove
Defined in: packages/types/dist/types/discord.d.ts:2719
https://discord.com/developers/docs/events/gateway#message-reaction-remove
Extends
Omit
<DiscordMessageReactionAdd
,"member"
|"burst_colors"
>
Properties
burst
burst:
boolean
Defined in: packages/types/dist/types/discord.d.ts:2738
true if this is a super-reaction
Inherited from
Omit.burst
channel_id
channel_id:
string
Defined in: packages/types/dist/types/discord.d.ts:2726
The id of the channel
Inherited from
Omit.channel_id
emoji
emoji:
Partial
<DiscordEmoji
>
Defined in: packages/types/dist/types/discord.d.ts:2734
The emoji used to react
Inherited from
Omit.emoji
guild_id?
optional
guild_id:string
Defined in: packages/types/dist/types/discord.d.ts:2730
The id of the guild
Inherited from
Omit.guild_id
message_author_id?
optional
message_author_id:string
Defined in: packages/types/dist/types/discord.d.ts:2736
The id of the author of this message
Inherited from
Omit.message_author_id
message_id
message_id:
string
Defined in: packages/types/dist/types/discord.d.ts:2728
The id of the message
Inherited from
Omit.message_id
type
type:
DiscordReactionType
Defined in: packages/types/dist/types/discord.d.ts:2742
The type of reaction
Inherited from
Omit.type
user_id
user_id:
string
Defined in: packages/types/dist/types/discord.d.ts:2724
The id of the user
Inherited from
Omit.user_id