MadelineProto/docs/API_docs/constructors/documentAttributeVideo23.md
2017-05-27 22:21:14 +01:00

721 B

title description
documentAttributeVideo23 documentAttributeVideo23 attributes, type and example

Constructor: documentAttributeVideo23

Back to constructors index

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, }