- API ›
- Constructors ›
- DocumentAttributeVideo
DocumentAttributeVideo
---types--- documentAttributeVideo#43c57c48 round_message:flags.0?true supports_streaming:flags.1?true nosound:flags.3?true duration:double w:int h:int preload_prefix_size:flags.2?int video_start_ts:flags.4?double video_codec:flags.5?string = DocumentAttribute
Belongs to
| DocumentAttribute |
In Rust this constructor is a variant of the enums::DocumentAttribute enum.
Match on it with: if let enums::DocumentAttribute::DocumentAttributeVideo(v) = result { ... }