pub trait Animation: MediaMessage {
    fn animation(&self) -> &Animation;
}
Expand description

A general trait for animation messages.

Required Methods§

The animation of the message.

Implementors§