Trait CanSendAudio
telegram_bot_raw::requests::send_audio
pub trait CanSendAudio { fn audio<'c, 'p, 't, T>(&self, audio: T) -> SendAudio<'c, 'p, 't> where T: Into<InputFile>; }
Send an audio
fn audio<'c, 'p, 't, T>(&self, audio: T) -> SendAudio<'c, 'p, 't> where T: Into<InputFile>,
impl<M> CanSendAudio for M where M: ToChatRef,