updateBotInlineQuery
An incoming inline query
type tg.UpdateBotInlineQuery struct { /* ... */ }
Implements Update.
Fields
| Name | Type | Required | Description |
|---|---|---|---|
QueryID | int64 | yes | Query ID |
UserID | int64 | yes | User that sent the query |
Query | string | yes | Text of query |
Geo | GeoPointClass | — | Attached geolocation |
PeerType | InlineQueryPeerTypeClass | — | Type of the chat from which the inline query was sent. |
Offset | string | yes | Offset to navigate through results |
References
- Official documentation
- Generated Go reference
- TL definition:
updateBotInlineQuery#496f379c