toggle menu
kord
0.16.0-SNAPSHOT
common
switch theme
search in API
kord-rest
/
dev.kord.rest.json.response
/
BotGatewayResponse
Bot
Gateway
Response
@
Serializable
data
class
BotGatewayResponse
(
val
url
:
String
,
val
shards
:
Int
,
val
sessionStartLimit
:
SessionStartLimitResponse
)
(
source
)
Members
Constructors
Bot
Gateway
Response
Link copied to clipboard
constructor
(
url
:
String
,
shards
:
Int
,
sessionStartLimit
:
SessionStartLimitResponse
)
Properties
session
Start
Limit
Link copied to clipboard
@
SerialName
(
value
=
"session_start_limit"
)
val
sessionStartLimit
:
SessionStartLimitResponse
shards
Link copied to clipboard
val
shards
:
Int
url
Link copied to clipboard
val
url
:
String