Skip to main content

DiscordMessageReactionRemove

Documentation


Documentation / @discordeno/types / DiscordMessageReactionRemove

Interface: DiscordMessageReactionRemove

Defined in: discord/gateway.ts:784

https://docs.discord.com/developers/events/gateway-events#message-reaction-remove-message-reaction-remove-event-fields

Properties

burst

burst: boolean

Defined in: discord/gateway.ts:796

true if this is a super-reaction


channel_id

channel_id: string

Defined in: discord/gateway.ts:788

The id of the channel


emoji

emoji: Partial<DiscordEmoji>

Defined in: discord/gateway.ts:794

The emoji used to react


guild_id?

optional guild_id?: string

Defined in: discord/gateway.ts:792

The id of the guild


message_id

message_id: string

Defined in: discord/gateway.ts:790

The id of the message


type

type: DiscordReactionType

Defined in: discord/gateway.ts:798

The type of reaction


user_id

user_id: string

Defined in: discord/gateway.ts:786

The id of the user