- API ›
- Constructors ›
- UpdateBotStopped
UpdateBotStopped
---types--- updateBotStopped#c4870a49 user_id:long date:int stopped:Bool 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::UpdateBotStopped(v) = result { ... }