- API ›
- Constructors ›
- UpdateBotInlineQuery
UpdateBotInlineQuery
---types--- updateBotInlineQuery#496f379c query_id:long user_id:long query:string geo:flags.0?GeoPoint peer_type:flags.1?InlineQueryPeerType offset: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::UpdateBotInlineQuery(v) = result { ... }