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

Can reply with an video

Required Methods§

Implementors§