MadelineProtoDocs/old_docs/API_docs_v45/constructors/messageMediaPhoto.md

757 B

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

Constructor: messageMediaPhoto

Back to constructors index

Message media photo

Attributes:

Name Type Required Description
photo Photo Optional Photo
caption string Yes Caption

Type: MessageMedia

Example:

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

Or, if you're into Lua:

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