MadelineProtoDocs/docs/API_docs/constructors/inputBotInlineResultPhoto.md
2024-05-01 14:53:46 +02:00

1.1 KiB

title description nav_exclude image
inputBotInlineResultPhoto Photo true https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: inputBotInlineResultPhoto

Back to constructors index

Photo

Attributes:

Name Type Required Description
id string Yes Result ID
type string Yes Result type (see bot API docs)
photo MessageMedia, Message, Update or InputPhoto Optional Photo to send
send_message InputBotInlineMessage Yes Message to send when the result is selected

Type: InputBotInlineResult

Example:

$inputBotInlineResultPhoto = ['_' => 'inputBotInlineResultPhoto', 'id' => 'string', 'type' => 'string', 'photo' => InputPhoto, 'send_message' => InputBotInlineMessage];