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

pub trait Animation<C>: MediaMessage<C> {
    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<C> Animation<C> for Animation<C>[src]

impl<C> Animation<C> for EditedAnimation<C>[src]

Loading content...