InlineQueryResults constructor

InlineQueryResults(
  1. {required int64 inline_query_id,
  2. InlineQueryResultsButton? button,
  3. required List<InlineQueryResult> results,
  4. String? next_offset,
  5. int? extra,
  6. int? clientId}
)

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

Implementation

InlineQueryResults