Skip to main content

DiscordMessageReactionAdd

Documentation


Documentation / @discordeno/types / DiscordMessageReactionAdd

Interface: DiscordMessageReactionAdd

Defined in: discord/gateway.ts:760

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

Properties

burst

burst: boolean

Defined in: discord/gateway.ts:776

true if this is a super-reaction


burst_colors?

optional burst_colors?: string[]

Defined in: discord/gateway.ts:778

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


channel_id

channel_id: string

Defined in: discord/gateway.ts:764

The id of the channel


emoji

emoji: Partial<DiscordEmoji>

Defined in: discord/gateway.ts:772

The emoji used to react


guild_id?

optional guild_id?: string

Defined in: discord/gateway.ts:768

The id of the guild


member?

optional member?: DiscordMemberWithUser

Defined in: discord/gateway.ts:770

The member who reacted if this happened in a guild


message_author_id?

optional message_author_id?: string

Defined in: discord/gateway.ts:774

The id of the author of this message


message_id

message_id: string

Defined in: discord/gateway.ts:766

The id of the message


type

type: DiscordReactionType

Defined in: discord/gateway.ts:780

The type of reaction


user_id

user_id: string

Defined in: discord/gateway.ts:762

The id of the user