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

Send an photo

Required Methods§

Implementors§