- API ›
- Constructors ›
- UpdateBotMessageReaction
UpdateBotMessageReaction
---types--- updateBotMessageReaction#ac21d3ce peer:Peer msg_id:int date:int actor:Peer old_reactions:Vector<Reaction> new_reactions:Vector<Reaction> qts:int = Update
Belongs to
| Update |
In Rust this constructor is a variant of the enums::Update enum.
Match on it with: if let enums::Update::UpdateBotMessageReaction(v) = result { ... }