trixnity-clientserverapi-model
3.2.0
trixnity-clientserverapi-model
/
net.folivo.trixnity.clientserverapi.model.rooms
/
GetEvents
/
Response
Response
@
Serializable
data
class
Response
(
val
start
:
String
,
val
end
:
String
?
=
null
,
val
chunk
:
List
<
Event.RoomEvent
<
*
>
>
?
=
null
,
val
state
:
List
<
Event.StateEvent
<
*
>
>
?
=
null
)
Constructors
Properties
Constructors
Response
Link copied to clipboard
fun
Response
(
start
:
String
,
end
:
String
?
=
null
,
chunk
:
List
<
Event.RoomEvent
<
*
>
>
?
=
null
,
state
:
List
<
Event.StateEvent
<
*
>
>
?
=
null
)
Properties
chunk
Link copied to clipboard
val
chunk
:
List
<
Event.RoomEvent
<
*
>
>
?
=
null
end
Link copied to clipboard
val
end
:
String
?
=
null
start
Link copied to clipboard
val
start
:
String
state
Link copied to clipboard
val
state
:
List
<
Event.StateEvent
<
*
>
>
?
=
null