MadelineProto/old_docs/API_docs_v46/constructors/botInlineMediaResultPhoto.md

750 B

title description
botInlineMediaResultPhoto botInlineMediaResultPhoto attributes, type and example

Constructor: botInlineMediaResultPhoto

Back to constructors index

Attributes:

Name Type Required
id string Required
type string Required
photo Photo Required
send_message BotInlineMessage Required

Type: BotInlineResult

Example:

$botInlineMediaResultPhoto = ['_' => 'botInlineMediaResultPhoto', 'id' => string, 'type' => string, 'photo' => Photo, 'send_message' => BotInlineMessage, ];