pub trait Animation: MediaMessage {
fn animation(&self) -> &Animation;
}Expand description
A general trait for animation messages.
pub trait Animation: MediaMessage {
fn animation(&self) -> &Animation;
}A general trait for animation messages.