pub trait Text: MediaMessage { fn text(&self) -> &Text; }
A general trait for text messages.
The text of the message.