- API ›
- Constructors ›
- UpdateBotBusinessConnect
UpdateBotBusinessConnect
---types--- updateBotBusinessConnect#8ae5c97a connection:BotBusinessConnection 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::UpdateBotBusinessConnect(v) = result { ... }
Parameters
| connection | BotBusinessConnection | required |
| qts | int | required |