MessageReactionEvent

interface MessageReactionEvent

Payload for a message reaction add/remove event.

exported from lib.weeble.d

Properties

Property

Type

Description

channelId

string

ID of the channel.

emoji

{ animated: boolean; id: string | null; name: string | null }

The emoji used in the reaction.

guildId

string | null

ID of the guild.

member

GuildMember | null

The guild member who reacted, or null when Discord omits it.

messageId

string

ID of the referenced message.

userId

string

ID of the user.