Constructor: documentAttributeVideo_66
Defines a video
Attributes:
| Name | Type | Required | Description |
|---|---|---|---|
| round_message | Bool | Optional | Whether this is a round video |
| duration | int | Optional | Duration in seconds |
| w | int | Optional | Video width |
| h | int | Optional | Video height |
Type: DocumentAttribute
Example:
$documentAttributeVideo_66 = ['_' => 'documentAttributeVideo', 'round_message' => Bool, 'duration' => int, 'w' => int, 'h' => int];