Type alias: ReactionEvent
api/model/reactions.ReactionEvent
Ƭ ReactionEvent: Object
Emitted by onReaction
Type declaration
Name | Type | Description |
---|---|---|
message | Message | The message being reacted to |
reactionByMe | Reaction | The reaction sent by the host account |
reactions | Reaction [] | An array of all reactions |
type | "add" | "change" | The type of the reaction event. |