toggle menu
kord
0.16.0-SNAPSHOT
common
switch theme
search in API
kord-rest
/
dev.kord.rest.json.response
/
SessionStartLimitResponse
Session
Start
Limit
Response
@
Serializable
data
class
SessionStartLimitResponse
(
val
total
:
Int
,
val
remaining
:
Int
,
val
resetAfter
:
DurationInMilliseconds
,
val
maxConcurrency
:
Int
)
(
source
)
Members
Constructors
Session
Start
Limit
Response
Link copied to clipboard
constructor
(
total
:
Int
,
remaining
:
Int
,
resetAfter
:
DurationInMilliseconds
,
maxConcurrency
:
Int
)
Properties
max
Concurrency
Link copied to clipboard
@
SerialName
(
value
=
"max_concurrency"
)
val
maxConcurrency
:
Int
remaining
Link copied to clipboard
val
remaining
:
Int
reset
After
Link copied to clipboard
@
SerialName
(
value
=
"reset_after"
)
val
resetAfter
:
DurationInMilliseconds
total
Link copied to clipboard
val
total
:
Int