pub trait CanReplySendPhoto {
    fn photo_reply<'c, T>(&self, photo: T) -> SendPhoto<'c>
    where
        T: Into<InputFile>
; }
Expand description

Can reply with an photo

Required Methods§

Implementors§