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