InputBotInlineResultPhoto

---types---
inputBotInlineResultPhoto#a8d864a7 id:string type:string photo:InputPhoto 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::InputBotInlineResultPhoto(v) = result { ... }

Parameters

idstringrequired
typestringrequired
photoInputPhotorequired
send_messageInputBotInlineMessagerequired

Used by

SavePreparedInlineMessage
SendWebViewResultMessage
SetBotGuestChatResult