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 undefinedIf 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.TypeReactionThe reaction.
count
: numberNumber of users that reacted with this emoji.