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