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