diskord
5.2.0
common
diskord-core
/
com.jessecorbett.diskord.api.gateway.model
/
Timestamps
Timestamps
@
Serializable
data
class
Timestamps
(
val
startEpochMilli
:
Long
?
=
null
,
val
endEpochMilli
:
Long
?
=
null
)
(
source
)
Members
Constructors
Timestamps
Link copied to clipboard
constructor
(
startEpochMilli
:
Long
?
=
null
,
endEpochMilli
:
Long
?
=
null
)
Properties
end
Epoch
Milli
Link copied to clipboard
@
SerialName
(
value
=
"end"
)
val
endEpochMilli
:
Long
?
=
null
start
Epoch
Milli
Link copied to clipboard
@
SerialName
(
value
=
"start"
)
val
startEpochMilli
:
Long
?
=
null