Raw.ReactionCount

Raw.ReactionCount

Reactions

reactionCount#a3d1cb80 flags:# chosen_order:flags.0?int reaction:Reaction count:int = ReactionCount;
export namespace Raw {
  export class ReactionCount {
    constructor(params: { chosenOrder?: number; reaction: Raw.TypeReaction; count: number }) {}
  }
}
🚫

This is a types constructor, you can’t use it as method when call invoke.

Layer: 185
Constructor ID: 0xa3d1cb80

Property

  • chosenOrder : number or undefined

    If set, indicates that the current user also sent this reaction. the integer value indicates when was the reaction added: the bigger the value, the newer the reaction.

  • reaction : Raw.TypeReaction

    The reaction.

  • count : number

    Number of users that reacted with this emoji.