IgnoredUserListEvent

Type Alias IgnoredUserListEvent 

pub type IgnoredUserListEvent = GlobalAccountDataEvent<IgnoredUserListEventContent>;
Expand description

An m.ignored_user_list event.

Aliased Type§

pub struct IgnoredUserListEvent {
    pub content: IgnoredUserListEventContent,
}

Fields§

§content: IgnoredUserListEventContent

Data specific to the event type.