UpdateNewInlineQuery¶
A new incoming inline query; for bots only
UpdateNewInlineQuery(
id: int64,
sender_user_id: int53,
user_location: Location,
chat_type: ChatType,
query: string,
offset: string
) → Update
id¶
int64
Unique query identifier
sender_user_id¶
int53
Identifier of the user who sent the query
user_location¶
User location; may be null
chat_type¶
The type of the chat from which the query originated; may be null if unknown
query¶
string
Text of the query
offset¶
string
Offset of the first entry to return