Constructor: messageExtendedMediaPreview
Paid media preview for not yet purchased paid media, see here » for more info.
Attributes:
Name | Type | Required | Description |
---|---|---|---|
w | int | Optional | Width |
h | int | Optional | Height |
thumb | PhotoSize | Optional | Extremely low resolution thumbnail. |
video_duration | int | Optional | Video duration for videos. |
Type: MessageExtendedMedia
Example:
$messageExtendedMediaPreview = ['_' => 'messageExtendedMediaPreview', 'w' => int, 'h' => int, 'thumb' => PhotoSize, 'video_duration' => int];