ChosenInlineResult constructor
const
ChosenInlineResult({})
Creates a new ChosenInlineResult object.
Implementation
const ChosenInlineResult({
required this.resultId,
required this.from,
this.location,
this.inlineMessageId,
required this.query,
});