Trait tbot::contexts::fields::Caption

source ·
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.

Implementors§