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

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

Required methods

fn voice(&self, _chat_id: Integer) -> WrapperSendVoice

Loading content...

Implementors

impl FunctionSendVoice for RequestHandle[src]

Loading content...