mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-02 09:38:28 +01:00
939 B
939 B
title | description | nav_exclude | image |
---|---|---|---|
messageExtendedMediaPreview | Extended media preview | true | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
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];