- API ›
- Constructors ›
- UpdateBotMessageReactions
UpdateBotMessageReactions
---types--- updateBotMessageReactions#09cb7759 peer:Peer msg_id:int date:int reactions:Vector<ReactionCount> 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::UpdateBotMessageReactions(v) = result { ... }