Skip to main content

Reaction

@discordeno/botDocs


Documentation / @discordeno/bot / Reaction

Interface: Reaction

Properties

burstColors

burstColors: string[]

HEX colors used for super reaction

Defined in

packages/bot/src/transformers/types.ts:1270


count

count: number

Times this emoji has been used to react

Defined in

packages/bot/src/transformers/types.ts:1265


countDetails

countDetails: ReactionCountDetails

Reaction count details object

Defined in

packages/bot/src/transformers/types.ts:1267


emoji

emoji: Partial<Emoji>

Defined in

packages/bot/src/transformers/types.ts:1268


me

me: boolean

Whether the current user reacted using this emoji

Defined in

packages/bot/src/transformers/types.ts:1261


meBurst

meBurst: boolean

Whether the current user super-reacted using this emoji

Defined in

packages/bot/src/transformers/types.ts:1263