[][src]Trait misskey_core::streaming::BroadcastEvent

pub trait BroadcastEvent: DeserializeOwned + 'static {
    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...

Implementors

Loading content...