Trait telebot::functions::FunctionSendVoice [] [src]

pub trait FunctionSendVoice {
    fn voice(&self, _chat_id: Integer) -> WrapperSendVoice;
}

Required Methods

Implementors