Trait tbot::contexts::fields::AnyText

source ·
pub trait AnyText: MediaMessage {
    fn text(&self) -> &Text;
}
Expand description

Unites Text and Caption.

Required Methods§

The text or the caption of the message.

Implementors§