MadelineProto/docs/API_docs/constructors/messageMediaPhoto.md
2016-12-20 13:15:22 +01:00

472 B

title
messageMediaPhoto

Constructor: messageMediaPhoto

Back to constructors index

Attributes:

Name Type Required
photo Photo Required
caption string Required

Type: MessageMedia

Example:

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