Skip to main content

CanReplySendPhoto

Trait CanReplySendPhoto 

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

Can reply with an photo

Required Methods§

Source

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

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§