[][src]Trait misskey::streaming::BroadcastEvent

pub trait BroadcastEvent: 'static + DeserializeOwned {
    pub const TYPE: &'static str;
}

Events you receive from broadcast stream.

Associated Constants

pub const TYPE: &'static str[src]

Name of this event in the broadcast stream.

Loading content...

Implementations on Foreign Types

impl BroadcastEvent for EmojiAddedEvent[src]

Loading content...

Implementors

Loading content...