Skip to main content

DiscordMessageReactionRemove

@discordeno/botDocs


Documentation / @discordeno/bot / DiscordMessageReactionRemove

Interface: DiscordMessageReactionRemove

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

Extends

Properties

burst

burst: boolean

true if this is a super-reaction

Inherited from

Omit.burst

Defined in

packages/types/dist/types/discord.d.ts:2735


channel_id

channel_id: string

The id of the channel

Inherited from

Omit.channel_id

Defined in

packages/types/dist/types/discord.d.ts:2723


emoji

emoji: Partial<DiscordEmoji>

The emoji used to react

Inherited from

Omit.emoji

Defined in

packages/types/dist/types/discord.d.ts:2731


guild_id?

optional guild_id: string

The id of the guild

Inherited from

Omit.guild_id

Defined in

packages/types/dist/types/discord.d.ts:2727


message_author_id?

optional message_author_id: string

The id of the author of this message

Inherited from

Omit.message_author_id

Defined in

packages/types/dist/types/discord.d.ts:2733


message_id

message_id: string

The id of the message

Inherited from

Omit.message_id

Defined in

packages/types/dist/types/discord.d.ts:2725


type

type: DiscordReactionType

The type of reaction

Inherited from

Omit.type

Defined in

packages/types/dist/types/discord.d.ts:2739


user_id

user_id: string

The id of the user

Inherited from

Omit.user_id

Defined in

packages/types/dist/types/discord.d.ts:2721