Constructor: messageExtendedMediaPreview
Extended media preview
Attributes:
Name | Type | Required | Description |
---|---|---|---|
w | int | Optional | Width |
h | int | Optional | Height |
thumb | PhotoSize | Optional | Thumbnail |
video_duration | int | Optional | Video duration |
Type: MessageExtendedMedia
Example:
$messageExtendedMediaPreview = ['_' => 'messageExtendedMediaPreview', 'w' => int, 'h' => int, 'thumb' => PhotoSize, 'video_duration' => int];