Trait telebot::functions::FunctionSendAudio [] [src]

pub trait FunctionSendAudio {
    fn audio(&self, _chat_id: u32) -> WrapperSendAudio;
}

Required Methods

Implementors