pub trait Caption: MediaMessage { fn caption(&self) -> &Text; }
A general trait for messages with a caption.
The caption of the message.