Information about paid reactions of a single user to a message, currently only used for a per-post leaderboard in the app.

Constructors

Properties

Accessors

Constructors

Properties

_peers: PeersIndex

Accessors

  • get anonymous(): boolean
  • Whether this reaction was sent anonymously

    Returns boolean

  • get count(): number
  • Number of reactions sent by this user

    Returns number

  • get my(): boolean
  • Whether this reaction is from the current user

    Returns boolean

  • get peer(): null | Peer
  • If this reaction was not sent anonymously, this field will contain the user who sent it

    Returns null | Peer