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

Send an video

Required Methods§

Implementors§