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];