- API ›
- Constructors ›
- UpdateBotChatBoost
UpdateBotChatBoost
---types--- updateBotChatBoost#904dd49c peer:Peer boost:Boost 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::UpdateBotChatBoost(v) = result { ... }