Skip to content

UpdateNewChosenInlineResult

Update · TDLib 1.8.67 · d1085f9c

The user has chosen a result of an inline query; for bots only

UpdateNewChosenInlineResult(
  sender_user_id: int53,
  user_location: Location,
  query: string,
  result_id: string,
  inline_message_id: string
) → Update

sender_user_id

int53

Identifier of the user who sent the query

user_location

Location

User location; may be null

query

string

Text of the query

result_id

string

Identifier of the chosen result

inline_message_id

string

Identifier of the sent inline message, if known