Skip to content

InlineQueryResults

Type · TDLib 1.8.67 · d1085f9c

Represents the results of the inline query. Use sendInlineQueryResultMessage to send the result of the query

InlineQueryResults(
  inline_query_id: int64,
  button: InlineQueryResultsButton,
  results: list of InlineQueryResult,
  next_offset: string
) → InlineQueryResults

inline_query_id

int64

Unique identifier of the inline query

button

InlineQueryResultsButton

Button to be shown above inline query results; may be null

results

list of InlineQueryResult

Results of the query

next_offset

string

The offset for the next request. If empty, then there are no more results