Trait Animation

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

A general trait for animation messages.

Required Methods§

Source

fn animation(&self) -> &Animation

The animation of the message.

Implementors§