[][src]Trait telegram_bot::types::requests::send_photo::CanSendPhoto

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

Send an photo

Required methods

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

Loading content...

Implementors

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

Loading content...