MadelineProto/old_docs/API_docs_v41/constructors/messageMediaPhoto.md

639 B

title description
messageMediaPhoto messageMediaPhoto attributes, type and example

Constructor: messageMediaPhoto

Back to constructors index

Attributes:

Name Type Required
photo Photo Yes
caption string Yes

Type: MessageMedia

Example:

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

Or, if you're into Lua:

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