[−][src]Trait tbot::contexts::fields::MediaMessage
A general trait for all non-service messages.
Required methods
fn reply_to(&self) -> Option<&Message>
The replied message.
fn author_signature(&self) -> Option<&str>
The author's signature, if enabled for the channel.
fn reply_markup(&self) -> Option<&Keyboard>
The inline keyboard attached to the message.