InlineQuery constructor
const
InlineQuery({})
Constructs an InlineQuery object
Implementation
const InlineQuery({
required this.id,
required this.from,
required this.query,
required this.offset,
this.chatType,
this.location,
});