[][src]Trait telegram_bot::types::requests::send_video::CanSendVideo

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

Send an video

Required methods

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

Loading content...

Implementors

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

Loading content...