CanReplySendAudio

Trait CanReplySendAudio 

Source
pub trait CanReplySendAudio {
    // Required method
    fn audio_reply<'c, 'p, 't, T>(&self, audio: T) -> SendAudio<'c, 'p, 't>
       where T: Into<InputFile>;
}
Expand description

Can reply with an audio

Required Methods§

Source

fn audio_reply<'c, 'p, 't, T>(&self, audio: T) -> SendAudio<'c, 'p, 't>
where T: Into<InputFile>,

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§