SendInlineQueryResultMessage constructor
const
SendInlineQueryResultMessage({})
Sends the result of an inline query as a message. Returns the sent message. Always clears a chat draft message
Implementation
const SendInlineQueryResultMessage({
required this.chatId,
required this.messageThreadId,
required this.replyToMessageId,
this.options,
required this.queryId,
required this.resultId,
required this.hideViaBot,
});