MessageReactionRemoveEmojiEvent

interface MessageReactionRemoveEmojiEvent

Payload for clearing one emoji reaction from a message.

exported from lib.weeble.d

Extends:

Properties

Property

Type

Description

channelId

string

ID of the channel.

emoji

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

The emoji whose reactions were removed.

guildId

string | null

ID of the guild.

messageId

string

ID of the referenced message.