MadelineProtoDocs/old_docs/API_docs_v2/constructors/messageMediaPhoto.md

655 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

Type: MessageMedia

Example:

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

Or, if you're into Lua:

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