AnswerInlineQuery constructor
const
AnswerInlineQuery({})
Sets the result of an inline query; for bots only
Implementation
const AnswerInlineQuery({
required this.inlineQueryId,
required this.isPersonal,
required this.results,
required this.cacheTime,
required this.nextOffset,
required this.switchPmText,
required this.switchPmParameter,
});