RoomCategoryFilter

enum RoomCategoryFilter : Enum<RoomCategoryFilter>

To filter by Room category.

See also

Entries

Link copied to clipboard

Get only the DM, i.e. the rooms referenced in m.direct account data.

Link copied to clipboard

Get only the Room, not the DM, i.e. the rooms not referenced in m.direct account data.

Link copied to clipboard

Get the room with non-0 notifications.

Properties

Link copied to clipboard
val name: String
Link copied to clipboard
val ordinal: Int