MadelineProtoDocs/docs/API_docs/constructors/decryptedMessageMediaVideo_45.md

1.4 KiB

title description image
decryptedMessageMediaVideo Decrypted message media video https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: decryptedMessageMediaVideo_45

Back to constructors index

Decrypted message media video

Attributes:

Name Type Required Description
thumb bytes Yes Thumbnail
thumb_w int Yes Thumbnail width
thumb_h int Yes Thumbnail height
duration int Yes Duration
mime_type string Yes Mime type
w int Yes Width
h int Yes Height
size int Yes Size
caption string Yes Caption

Type: DecryptedMessageMedia

Example:

$decryptedMessageMediaVideo_45 = ['_' => 'decryptedMessageMediaVideo', 'thumb' => 'bytes', 'thumb_w' => int, 'thumb_h' => int, 'duration' => int, 'mime_type' => 'string', 'w' => int, 'h' => int, 'size' => int, 'caption' => 'string'];

Or, if you're into Lua:

decryptedMessageMediaVideo_45={_='decryptedMessageMediaVideo', thumb='bytes', thumb_w=int, thumb_h=int, duration=int, mime_type='string', w=int, h=int, size=int, caption='string'}