Package io.github.ma1uta.matrix.event
Class IgnoredUserList
- java.lang.Object
-
- io.github.ma1uta.matrix.event.Event<IgnoredUserListContent>
-
- io.github.ma1uta.matrix.event.IgnoredUserList
-
public class IgnoredUserList extends Event<IgnoredUserListContent>
A map of users which are considered ignored is kept in account_data in an event type of m.ignored_user_list.
-
-
Constructor Summary
Constructors Constructor Description IgnoredUserList()
-
-
-
Field Detail
-
TYPE
public static final String TYPE
A map of users which are considered ignored is kept in account_data in an event type of m.ignored_user_list.- See Also:
- Constant Field Values
-
-
Method Detail
-
getType
public String getType()
Description copied from class:Event
Required. The type of event. This SHOULD be namespaced similar to Java package naming conventions e.g. 'com.example.subdomain.event.type'.- Specified by:
getType
in classEvent<IgnoredUserListContent>
- Returns:
- The type of the event.
-
-