Struct rust_tdlib::types::VoiceNote [−][src]
pub struct VoiceNote { /* fields omitted */ }Expand description
Describes a voice note. The voice note must be encoded with the Opus codec, and stored inside an OGG container. Voice notes can have only a single audio channel
Implementations
Trait Implementations
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, [src]
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, [src]Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
impl RefUnwindSafe for VoiceNoteimpl UnwindSafe for VoiceNoteBlanket Implementations
Mutably borrows from an owned value. Read more