pub type IgnoredUserListEvent = GlobalAccountDataEvent<IgnoredUserListEventContent>;Available on crate feature
events only.Expand description
An m.ignored_user_list event.
Aliased Type§
pub struct IgnoredUserListEvent {
pub content: IgnoredUserListEventContent,
}Fields§
§content: IgnoredUserListEventContentData specific to the event type.