844 B
844 B
title | description | image |
---|---|---|
documentAttributeVideo | Document attribute video | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: documentAttributeVideo
Document attribute video
Attributes:
Name | Type | Required | Description |
---|---|---|---|
duration | int | Optional | Duration |
w | int | Optional | Width |
h | int | Optional | Height |
Type: DocumentAttribute
Example:
$documentAttributeVideo = ['_' => 'documentAttributeVideo', 'duration' => int, 'w' => int, 'h' => int];
Or, if you're into Lua:
documentAttributeVideo={_='documentAttributeVideo', duration=int, w=int, h=int}