# Constructor: documentAttributeVideo_23
Defines a video
# Attributes:
Name | Type | Required | Description |
---|---|---|---|
duration | int | Optional | Duration in seconds |
w | int | Optional | Video width |
h | int | Optional | Video height |
# Type: DocumentAttribute
# Example:
$documentAttributeVideo_23 = ['_' => 'documentAttributeVideo', 'duration' => int, 'w' => int, 'h' => int];
Or, if you’re into Lua:
documentAttributeVideo_23={_='documentAttributeVideo', duration=int, w=int, h=int}
This site uses cookies, as described in the cookie policy. By clicking on "Accept" you consent to the use of cookies.