GetInlineQueryResults constructor
GetInlineQueryResults({})
Implementation
GetInlineQueryResults({
required this.botUserId,
required this.chatId,
this.userLocation,
required this.query,
required this.offset,
});