- API ›
- Constructors ›
- UpdateBotCallbackQuery
UpdateBotCallbackQuery
---types--- updateBotCallbackQuery#b9cfc48d query_id:long user_id:long peer:Peer msg_id:int chat_instance:long data:flags.0?bytes game_short_name:flags.1?string = Update
Belongs to
| Update |
In Rust this constructor is a variant of the enums::Update enum.
Match on it with: if let enums::Update::UpdateBotCallbackQuery(v) = result { ... }