- API ›
- Constructors ›
- UpdateBusinessBotCallbackQuery
UpdateBusinessBotCallbackQuery
---types--- updateBusinessBotCallbackQuery#1ea2fda7 query_id:long user_id:long connection_id:string message:Message reply_to_message:flags.2?Message chat_instance:long data:flags.0?bytes = Update
Belongs to
| Update |
In Rust this constructor is a variant of the enums::Update enum.
Match on it with: if let enums::Update::UpdateBusinessBotCallbackQuery(v) = result { ... }