Skip to content

UpdateNewInlineQuery

Update · TDLib 1.8.67 · d1085f9c

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

Location

User location; may be null

chat_type

ChatType

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