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