reactionCount
Reactions
type tg.ReactionCount struct { /* ... */ }
Fields
| Name | Type | Required | Description |
|---|---|---|---|
ChosenOrder | int | — | 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 | ReactionClass | yes | The reaction. |
Count | int | yes | Number of users that reacted with this emoji. |
References
- Official documentation
- Generated Go reference
- TL definition:
reactionCount#a3d1cb80