721 B
721 B
title | description |
---|---|
documentAttributeVideo23 | documentAttributeVideo23 attributes, type and example |
Constructor: documentAttributeVideo23
Attributes:
Name | Type | Required |
---|---|---|
duration | int | Yes |
w | int | Yes |
h | int | Yes |
Type: DocumentAttribute
Example:
$documentAttributeVideo23 = ['_' => 'documentAttributeVideo23', 'duration' => int, 'w' => int, 'h' => int, ];
Or, if you're into Lua:
documentAttributeVideo23={_='documentAttributeVideo23', duration=int, w=int, h=int, }