RoomEventFilter
@Serializable
Constructors
Link copied to clipboard
constructor(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)