InlineQueryResults constructor
const
InlineQueryResults({})
Represents the results of the inline query. Use sendInlineQueryResultMessage to send the result of the query
Implementation
const InlineQueryResults({
required this.inlineQueryId,
required this.nextOffset,
required this.results,
required this.switchPmText,
required this.switchPmParameter,
this.extra,
this.clientId,
});