Constructor: documentAttributeVideo
Defines a video
Attributes:
Name | Type | Required | Description |
---|---|---|---|
round_message | Bool | Optional | Whether this is a round video |
supports_streaming | Bool | Optional | Whether the video supports streaming |
nosound | Bool | Optional | |
duration | double | Optional | |
w | int | Optional | Video width |
h | int | Optional | Video height |
preload_prefix_size | int | Optional |
Type: DocumentAttribute
Example:
$documentAttributeVideo = ['_' => 'documentAttributeVideo', 'round_message' => Bool, 'supports_streaming' => Bool, 'nosound' => Bool, 'duration' => double, 'w' => int, 'h' => int, 'preload_prefix_size' => int];