Interface
MessageReactionPayload
Payload emitted for Events.MessageReactionAdd / Events.MessageReactionRemove.
Properties
| Name | Type | Description |
|---|---|---|
| channel | TextBasedChannel | null | Cached text-capable channel, or null if uncached / not text-based. |
| channelId | string | |
| emoji | ReactionEmojiPayload | |
| member | GuildMember | null | Cached reacting member when the gateway included one, otherwise null. |
| message | Message | null | Cached message, or null if it was not in the message cache. Use reaction.fetchMessage() otherwise. |
| messageId | string | |
| reaction | MessageReaction | |
| user | User | |
| userId | string |