RoomEventFilter

@Serializable
data class RoomEventFilter(val limit: Long? = null, val notSenders: Set<String>? = null, val notTypes: Set<String>? = null, val senders: Set<String>? = null, val types: Set<String>? = null, val lazyLoadMembers: Boolean? = null, val includeRedundantMembers: Boolean? = null, val notRooms: Set<String>? = null, val rooms: Set<String>? = null, val containsUrl: Boolean? = null)

Constructors

Link copied to clipboard
fun RoomEventFilter(limit: Long? = null, notSenders: Set<String>? = null, notTypes: Set<String>? = null, senders: Set<String>? = null, types: Set<String>? = null, lazyLoadMembers: Boolean? = null, includeRedundantMembers: Boolean? = null, notRooms: Set<String>? = null, rooms: Set<String>? = null, containsUrl: Boolean? = null)

Properties

Link copied to clipboard
val containsUrl: Boolean? = null
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val limit: Long? = null
Link copied to clipboard
val notRooms: Set<String>? = null
Link copied to clipboard
val notSenders: Set<String>? = null
Link copied to clipboard
val notTypes: Set<String>? = null
Link copied to clipboard
val rooms: Set<String>? = null
Link copied to clipboard
val senders: Set<String>? = null
Link copied to clipboard
val types: Set<String>? = null