trixnity-clientserverapi-model
3.10.3
common
trixnity-clientserverapi-model
/
net.folivo.trixnity.clientserverapi.model.users
/
Filters
/
EventFilter
Event
Filter
@
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
)
Members
Constructors
Event
Filter
Link copied to clipboard
constructor
(
limit
:
Long
?
=
null
,
notSenders
:
Set
<
String
>
?
=
null
,
notTypes
:
Set
<
String
>
?
=
null
,
senders
:
Set
<
String
>
?
=
null
,
types
:
Set
<
String
>
?
=
null
)
Properties
limit
Link copied to clipboard
val
limit
:
Long
?
=
null
not
Senders
Link copied to clipboard
val
notSenders
:
Set
<
String
>
?
=
null
not
Types
Link copied to clipboard
val
notTypes
:
Set
<
String
>
?
=
null
senders
Link copied to clipboard
val
senders
:
Set
<
String
>
?
=
null
types
Link copied to clipboard
val
types
:
Set
<
String
>
?
=
null