[][src]Trait telegram_bot_raw::requests::send_video::CanSendVideo

pub trait CanSendVideo {
    fn video<'c, T>(&self, video: T) -> SendVideo<'c>
    where
        T: Into<InputFile>
; }

Send an video

Required methods

fn video<'c, T>(&self, video: T) -> SendVideo<'c> where
    T: Into<InputFile>, 

Loading content...

Implementors

impl<M> CanSendVideo for M where
    M: ToChatRef
[src]

Loading content...