[][src]Trait telegram_bot::types::requests::send_audio::CanSendAudio

pub trait CanSendAudio {
    pub fn audio<'c, 'p, 't, T>(&self, audio: T) -> SendAudio<'c, 'p, 't>
    where
        T: Into<InputFile>
; }

Send an audio

Required methods

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

Loading content...

Implementors

impl<M> CanSendAudio for M where
    M: ToChatRef
[src]

Loading content...