741 B
741 B
title | description | image |
---|---|---|
messageMediaPhoto | Attached photo. | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: messageMediaPhoto
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'}