View Source ExTDLib.Object.InlineQueryResults (ExTDLib v0.0.4)

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

NameTypeDescription
inline_query_idstringUnique identifier of the inline query.
buttoninlineQueryResultsButtonButton to be shown above inline query results; may be null.
resultsInlineQueryResultResults of the query.
next_offsetstringThe offset for the next request. If empty, then there are no more results.

More details on telegram's documentation.