- API ›
- Constructors ›
- DocumentAttributeAudio
DocumentAttributeAudio
---types--- documentAttributeAudio#9852f9c6 voice:flags.10?true duration:int title:flags.0?string performer:flags.1?string waveform:flags.2?bytes = DocumentAttribute
Belongs to
| DocumentAttribute |
In Rust this constructor is a variant of the enums::DocumentAttribute enum.
Match on it with: if let enums::DocumentAttribute::DocumentAttributeAudio(v) = result { ... }