Description

Represents a reaction event.

Hierarchy

  • ReactionEvent

Properties

key: string

The key of the Reaction this event belongs to.

messageId: number = 0

The message ID which contains the Reaction of this event.

operation: null | ReactionEventOperation = null

Refer to ReactionEventOperation.

updatedAt: number = 0

The updated timestamp of the reaction event in milliseconds.

userId: string

The user ID of the User who have triggered this reaction event.

Generated using TypeDoc