- API ›
- Constructors ›
- UpdateBotDeleteBusinessMessage
UpdateBotDeleteBusinessMessage
---types--- updateBotDeleteBusinessMessage#a02a982e connection_id:string peer:Peer messages:Vector<int> 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::UpdateBotDeleteBusinessMessage(v) = result { ... }