Skip to main content

updateBotInlineQuery

An incoming inline query

type tg.UpdateBotInlineQuery struct { /* ... */ }

Implements Update.

Fields

NameTypeRequiredDescription
QueryIDint64yesQuery ID
UserIDint64yesUser that sent the query
QuerystringyesText of query
GeoGeoPointClassAttached geolocation
PeerTypeInlineQueryPeerTypeClassType of the chat from which the inline query was sent.
OffsetstringyesOffset to navigate through results

References