- API ›
- Constructors ›
- BotVerification
BotVerification
---types--- botVerification#f93cd45c bot_id:long icon:long description:string = BotVerification
Belongs to
| BotVerification |
In Rust this constructor is a variant of the enums::BotVerification enum.
Match on it with: if let enums::BotVerification::BotVerification(v) = result { ... }