- API ›
- Constructors ›
- UpdateBotWebhookJsonquery
UpdateBotWebhookJsonquery
---types--- updateBotWebhookJSONQuery#9b9240a6 query_id:long data:DataJSON timeout: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::UpdateBotWebhookJsonquery(v) = result { ... }