Link Search Menu Expand Document

Constructor: messageExtendedMediaPreview

Back to constructors index

Paid media preview for not yet purchased paid media, see here » for more info.

Attributes:

NameTypeRequiredDescription
wintOptionalWidth
hintOptionalHeight
thumbPhotoSizeOptionalExtremely low resolution thumbnail.
video_durationintOptionalVideo duration for videos.

Type: MessageExtendedMedia

Example:

$messageExtendedMediaPreview = ['_' => 'messageExtendedMediaPreview', 'w' => int, 'h' => int, 'thumb' => PhotoSize, 'video_duration' => int];