pub trait Photo: MediaMessage { fn photo(&self) -> &[PhotoSize]; }
A general trait for photo messages.
The photo of the message.