kord-gateway
common
kord-gateway
/
dev.kord.gateway
/
Heartbeat
Heartbeat
@
Serializable
(
with
=
Heartbeat.Companion::class
)
data
class
Heartbeat
(
val
data
:
Long
)
:
Event
(
source
)
Members
Constructors
Heartbeat
Link copied to clipboard
constructor
(
data
:
Long
)
Types
Companion
Link copied to clipboard
object
Companion
:
KSerializer
<
Heartbeat
>
Properties
data
Link copied to clipboard
val
data
:
Long