1.3 KiB
1.3 KiB
title | description | image |
---|---|---|
decryptedMessageMediaVideo | Decrypted message media video | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: decryptedMessageMediaVideo_17
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 |
Type: DecryptedMessageMedia
Example:
$decryptedMessageMediaVideo_17 = ['_' => 'decryptedMessageMediaVideo', 'thumb' => 'bytes', 'thumb_w' => int, 'thumb_h' => int, 'duration' => int, 'mime_type' => 'string', 'w' => int, 'h' => int, 'size' => int];
Or, if you're into Lua:
decryptedMessageMediaVideo_17={_='decryptedMessageMediaVideo', thumb='bytes', thumb_w=int, thumb_h=int, duration=int, mime_type='string', w=int, h=int, size=int}