- API ›
- Constructors ›
- UpdateInlineBotCallbackQuery
UpdateInlineBotCallbackQuery
---types--- updateInlineBotCallbackQuery#691e9052 query_id:long user_id:long msg_id:InputBotInlineMessageID 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::UpdateInlineBotCallbackQuery(v) = result { ... }