updateBotMessageReactions
Bots only: the number of reactions on a message with anonymous reactions has changed.
type tg.UpdateBotMessageReactions struct { /* ... */ }
Implements Update.
Fields
| Name | Type | Required | Description |
|---|---|---|---|
Peer | PeerClass | yes | Peer of the reacted-to message. |
MsgID | int | yes | ID of the reacted-to message. |
Date | int | yes | Date of the change. |
Reactions | []ReactionCount | yes | New reaction counters. |
Qts | int | yes | QTS event sequence identifier |
References
- Official documentation
- Generated Go reference
- TL definition:
updateBotMessageReactions#9cb7759