InputBotInlineResult

---types---
inputBotInlineResult#88bf9319 id:string type:string title:flags.1?string description:flags.2?string url:flags.3?string thumb:flags.4?InputWebDocument content:flags.5?InputWebDocument send_message:InputBotInlineMessage = InputBotInlineResult

Belongs to

InputBotInlineResult

In Rust this constructor is a variant of the enums::InputBotInlineResult enum.
Match on it with: if let enums::InputBotInlineResult::InputBotInlineResult(v) = result { ... }

Parameters

idstringrequired
typestringrequired
titlestringoptional
descriptionstringoptional
urlstringoptional
thumbInputWebDocumentoptional
contentInputWebDocumentoptional
send_messageInputBotInlineMessagerequired

Used by

SavePreparedInlineMessage
SendWebViewResultMessage
SetBotGuestChatResult