[][src]Trait telebot::functions::FunctionSendVideo

pub trait FunctionSendVideo {
    fn video(&self, _chat_id: Integer) -> WrapperSendVideo;
}

Required methods

fn video(&self, _chat_id: Integer) -> WrapperSendVideo

Loading content...

Implementors

impl FunctionSendVideo for RequestHandle[src]

Loading content...