pub trait AnyText: MediaMessage { // Required method fn text(&self) -> &Text; }
Unites Text and Caption.
Text
Caption
The text or the caption of the message.