MadelineProtoDocs/old_docs/API_docs_v14/constructors/messageMediaPhoto.md

741 B

title description image
messageMediaPhoto Attached photo. https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: messageMediaPhoto

Back to constructors index

Attached photo.

Attributes:

Name Type Required Description
photo Photo Optional Photo
caption string Yes

Type: MessageMedia

Example:

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

Or, if you're into Lua:

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