kord
Toggle table of contents
or(map(map(map(map(valueof(ProcessOutputValueSource))))), map(map(map(map(valueof(ProcessOutputValueSource))))))
common
Platform filter
common
Switch theme
Search in API
kord
kord-gateway
/
dev.kord.gateway
/
Resume
Resume
@
Serializable
data
class
Resume
(
val
token
:
String
,
val
sessionId
:
String
,
val
sequenceNumber
:
Int
)
:
Command
(
source
)
Members
Constructors
Resume
Link copied to clipboard
constructor
(
token
:
String
,
sessionId
:
String
,
sequenceNumber
:
Int
)
Properties
sequence
Number
Link copied to clipboard
@
SerialName
(
value
=
"seq"
)
val
sequenceNumber
:
Int
session
Id
Link copied to clipboard
@
SerialName
(
value
=
"session_id"
)
val
sessionId
:
String
token
Link copied to clipboard
val
token
:
String
Functions
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String