MadelineProto/old_docs/API_docs_v27/constructors/messageMediaPhoto.md
2017-07-23 16:33:46 +02:00

668 B

title description
messageMediaPhoto messageMediaPhoto attributes, type and example

Constructor: messageMediaPhoto

Back to constructors index

Attributes:

Name Type Required
photo Photo Yes

Type: MessageMedia

Example:

$messageMediaPhoto = ['_' => 'messageMediaPhoto', 'photo' => Photo];

PWRTelegram json-encoded version:

{"_": "messageMediaPhoto", "photo": Photo}

Or, if you're into Lua:

messageMediaPhoto={_='messageMediaPhoto', photo=Photo}