EventFilter

@Serializable
data class EventFilter(val limit: Long? = null, val notSenders: Set<String>? = null, val notTypes: Set<String>? = null, val senders: Set<String>? = null, val types: Set<String>? = null)

Constructors

Link copied to clipboard
fun EventFilter(limit: Long? = null, notSenders: Set<String>? = null, notTypes: Set<String>? = null, senders: Set<String>? = null, types: Set<String>? = null)

Properties

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