MadelineProto/old_docs/API_docs_v55/constructors/inputBotInlineResultPhoto.md

947 B

title description
inputBotInlineResultPhoto inputBotInlineResultPhoto attributes, type and example

Constructor: inputBotInlineResultPhoto

Back to constructors index

Attributes:

Name Type Required
id string Yes
type string Yes
photo InputPhoto Yes
send_message InputBotInlineMessage Yes

Type: InputBotInlineResult

Example:

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

Or, if you're into Lua:

inputBotInlineResultPhoto={_='inputBotInlineResultPhoto', id=string, type=string, photo=InputPhoto, send_message=InputBotInlineMessage, }