Skip to main content

DiscordReaction

@discordeno/botDocs


Documentation / @discordeno/bot / DiscordReaction

Interface: DiscordReaction

https://discord.com/developers/docs/resources/channel#reaction-object

Properties

burst_colors

burst_colors: string[]

HEX colors used for super reaction

Defined in

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


count

count: number

Total number of times this emoji has been used to react (including super reacts)

Defined in

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


count_details

count_details: DiscordReactionCountDetails

Reaction count details object

Defined in

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


emoji

emoji: Partial<DiscordEmoji>

Emoji information

Defined in

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


me

me: boolean

Whether the current user reacted using this emoji

Defined in

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


me_burst

me_burst: boolean

Whether the current user super-reacted using this emoji

Defined in

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