[][src]Trait tbot::contexts::fields::Text

pub trait Text<C>: MediaMessage<C> {
    fn text(&self) -> &Text;
}

A general trait for text messages.

Required methods

fn text(&self) -> &Text

The text of the message.

Loading content...

Implementors

impl<C> Text<C> for EditedText<C>[src]

impl<C> Text<C> for Text<C>[src]

Loading content...