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: IgnoredUserListEventContentData specific to the event type.