Layer 220
UpdateBotMessageReactions
Bots only: the number of reactions on a message with anonymous reactions has changed.
constructor
updateBotMessageReactions#9cb7759 peer:Peer msg_id:int date:int reactions:Vector<ReactionCount> qts:int = Update;
Parameters
| Name | Type | Description |
|---|---|---|
| Peer | Peer | Peer of the reacted-to message. |
| MsgId | int | ID of the reacted-to message. |
| Date | int | Date of the change. |
| Reactions | Vector<ReactionCount> | New reaction counters. |
| Qts | int | QTS event sequence identifier |
Returns
UpdateGogram Example
// Creating UpdateBotMessageReactions constructor obj := &tg.UpdateBotMessageReactions{ Peer: &tg.Peer{}, MsgId: 0, Date: 0, Reactions: []tg.ReactionCount{&tg.ReactionCount{}}, Qts: 0, }