[][src]Trait telegram_bot::types::requests::CanReplySendPhoto

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

Can reply with an photo

Required methods

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

Loading content...

Implementors

impl<M> CanReplySendPhoto for M where
    M: ToMessageId + ToSourceChat
[src]

Loading content...