Class IgnoredUserListContent
- java.lang.Object
-
- io.github.ma1uta.matrix.event.content.IgnoredUserListContent
-
- All Implemented Interfaces:
EventContent
public class IgnoredUserListContent extends Object implements EventContent
A map of users which are considered ignored is kept in account_data in an event type of m.ignored_user_list.
-
-
Field Summary
Fields Modifier and Type Field Description private Map<String,Object>
ignoredUsers
Required.
-
Constructor Summary
Constructors Constructor Description IgnoredUserListContent()
-