telegram api constructor · layer 229 · #ac21d3ce
updateBotMessageReaction
Bots only: a user has changed their reactions on a message with public reactions.
definition
updateBotMessageReaction#ac21d3ce peer:Peer msg_id:int date:int actor:Peer old_reactions:Vector<Reaction> new_reactions:Vector<Reaction> qts:int = Update;
parameters
| name | type | description |
|---|---|---|
peer | Peer | Peer of the reacted-to message. |
msg_id | int | ID of the reacted-to message. |
date | int | Date of the change. |
actor | Peer | The user that (un)reacted to the message. |
old_reactions | Vector<Reaction> | Old reactions |
new_reactions | Vector<Reaction> | New reactions |
qts | int | QTS event sequence identifier |
type
Update · 164 other constructors
history
present in layers 168–229
| id | layers |
|---|---|
| #ac21d3ce | 168–229 |