Trait tbot::contexts::fields::Text

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

A general trait for text messages.

Required Methods§

The text of the message.

Implementors§