RoomTagQueryFilter

data class RoomTagQueryFilter(    val isFavorite: Boolean?,     val isLowPriority: Boolean?,     val isServerNotice: Boolean?)

Filter room by their tag.

See also

Constructors

Link copied to clipboard
fun RoomTagQueryFilter(    isFavorite: Boolean?,     isLowPriority: Boolean?,     isServerNotice: Boolean?)

Properties

Link copied to clipboard
val isFavorite: Boolean?

Set to true to get the rooms which have the tag "m.favourite".

Link copied to clipboard
val isLowPriority: Boolean?

Set to true to get the rooms which have the tag "m.lowpriority".

Link copied to clipboard
val isServerNotice: Boolean?

Set to true to get the rooms which have the tag "m.server_notice".