DiscordMessageReactionRemove
Documentation / @discordeno/bot / DiscordMessageReactionRemove
Interface: DiscordMessageReactionRemove
Defined in: packages/types/dist/types/discord/gateway.d.ts:555
Extends
Omit
<DiscordMessageReactionAdd
,"member"
|"burst_colors"
>
Properties
burst
burst:
boolean
Defined in: packages/types/dist/types/discord/gateway.d.ts:548
true if this is a super-reaction
Inherited from
Omit.burst
channel_id
channel_id:
string
Defined in: packages/types/dist/types/discord/gateway.d.ts:536
The id of the channel
Inherited from
Omit.channel_id
emoji
emoji:
Partial
<DiscordEmoji
>
Defined in: packages/types/dist/types/discord/gateway.d.ts:544
The emoji used to react
Inherited from
Omit.emoji
guild_id?
optional
guild_id:string
Defined in: packages/types/dist/types/discord/gateway.d.ts:540
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/gateway.d.ts:546
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/gateway.d.ts:538
The id of the message
Inherited from
Omit.message_id
type
type:
DiscordReactionType
Defined in: packages/types/dist/types/discord/gateway.d.ts:552
The type of reaction
Inherited from
Omit.type
user_id
user_id:
string
Defined in: packages/types/dist/types/discord/gateway.d.ts:534
The id of the user
Inherited from
Omit.user_id