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

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

Required Methods

Implementors