GetInlineQueryResults constructor
const
GetInlineQueryResults({})
Sends an inline query to a bot and returns its results. Returns an error with code 502 if the bot fails to answer the query before the query timeout expires
Implementation
const GetInlineQueryResults({
required this.botUserId,
required this.chatId,
this.userLocation,
required this.query,
required this.offset,
});