[][src]Trait tbot::contexts::fields::Photo

pub trait Photo<C>: MediaMessage<C> {
    fn photo(&self) -> &[PhotoSize];
}

A general trait for photo messages.

Required methods

fn photo(&self) -> &[PhotoSize]

The photo of the message.

Loading content...

Implementors

impl<C> Photo<C> for EditedPhoto<C>[src]

impl<C> Photo<C> for Photo<C>[src]

Loading content...