Description

Objects representing a reaction.

Hierarchy

  • Reaction

Properties

Accessors

Methods

Properties

key: string

The key of the reaction.

updatedAt: number

The updated time of the reaction in milliseconds.

userIds: string[]

User IDs.

Accessors

  • get isEmpty(): boolean
  • Whether the reaction is empty (no user reacted).

    Returns boolean

Methods

  • Parameters

    Returns void

    Description

    Applies a reaction event to the reaction instance.

Generated using TypeDoc