Skip to main content

DiscordMessageReactionAdd

@discordeno/botDocs


Documentation / @discordeno/bot / DiscordMessageReactionAdd

Interface: DiscordMessageReactionAdd

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

Properties

burst

burst: boolean

true if this is a super-reaction

Defined in

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


burst_colors?

optional burst_colors: string[]

Colors used for super-reaction animation in "#rrggbb" format

Defined in

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


channel_id

channel_id: string

The id of the channel

Defined in

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


emoji

emoji: Partial<DiscordEmoji>

The emoji used to react

Defined in

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


guild_id?

optional guild_id: string

The id of the guild

Defined in

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


member?

optional member: DiscordMemberWithUser

The member who reacted if this happened in a guild

Defined in

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


message_author_id?

optional message_author_id: string

The id of the author of this message

Defined in

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


message_id

message_id: string

The id of the message

Defined in

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


type

type: DiscordReactionType

The type of reaction

Defined in

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


user_id

user_id: string

The id of the user

Defined in

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