InlineQueryResults constructor
- {required int64 inline_query_id,
- InlineQueryResultsButton? button,
- required List<
InlineQueryResult> results, - String? next_offset,
- int? extra,
- int? clientId}
Represents the results of the inline query. Use sendInlineQueryResultMessage to send the result of the query
Implementation
InlineQueryResults