Layer 227
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: 42, Date: 42, Reactions: &tg.VectorReactionCount{}, Qts: 42, }