toggle menu
trixnity-clientserverapi-model
4.8.1
common
switch theme
search in API
trixnity-clientserverapi-model
/
net.folivo.trixnity.clientserverapi.model.server
/
Search
/
Request
/
Categories
/
RoomEventsCriteria
/
IncludeEventContext
Include
Event
Context
@
Serializable
data
class
IncludeEventContext
(
val
afterLimit
:
Long
?
=
null
,
val
beforeLimit
:
Long
?
=
null
,
val
include_profile
:
Long
?
=
null
)
Members
Constructors
Include
Event
Context
Link copied to clipboard
constructor
(
afterLimit
:
Long
?
=
null
,
beforeLimit
:
Long
?
=
null
,
include_profile
:
Long
?
=
null
)
Properties
after
Limit
Link copied to clipboard
@
SerialName
(
value
=
"after_limit"
)
val
afterLimit
:
Long
?
=
null
before
Limit
Link copied to clipboard
@
SerialName
(
value
=
"before_limit"
)
val
beforeLimit
:
Long
?
=
null
include_profile
Link copied to clipboard
@
SerialName
(
value
=
"include_profile"
)
val
include_profile
:
Long
?
=
null