tbot::contexts::fields

Trait Text

Source
pub trait Text: MediaMessage {
    // Required method
    fn text(&self) -> &Text;
}
Expand description

A general trait for text messages.

Required Methods§

Source

fn text(&self) -> &Text

The text of the message.

Implementors§