trixnity
Toggle table of contents
5.2.0-SNAPSHOT.CI-20260302.101522
common
Target filter
common
Switch theme
Search in API
Skip to content
trixnity
trixnity-serverserverapi-model
/
de.connect2x.trixnity.serverserverapi.model.federation
/
TimestampToEvent
/
Response
Response
@
Serializable
data
class
Response
(
val
eventId
:
EventId
,
val
originTimestamp
:
Long
)
Members
Constructors
Response
Link copied to clipboard
constructor
(
eventId
:
EventId
,
originTimestamp
:
Long
)
Properties
event
Id
Link copied to clipboard
@
SerialName
(
value
=
"event_id"
)
val
eventId
:
EventId
origin
Timestamp
Link copied to clipboard
@
SerialName
(
value
=
"origin_server_ts"
)
val
originTimestamp
:
Long