[][src]Trait tbot::contexts::fields::Animation

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

A general trait for animation messages.

Required methods

fn animation(&self) -> &Animation

The animation of the message.

Loading content...

Implementors

impl Animation for Animation[src]

impl Animation for EditedAnimation[src]

Loading content...