toggle menu
kord
0.16.0-SNAPSHOT
common
switch theme
search in API
kord-core
/
dev.kord.core.gateway
Package-level
declarations
Types
Functions
Types
Default
Master
Gateway
Link copied to clipboard
class
DefaultMasterGateway
(
val
gateways
:
Map
<
Int
,
Gateway
>
)
:
MasterGateway
Master
Gateway
Link copied to clipboard
interface
MasterGateway
Shard
Event
Link copied to clipboard
data
class
ShardEvent
(
val
event
:
Event
,
val
gateway
:
Gateway
,
val
shard
:
Int
)
Functions
start
Link copied to clipboard
inline suspend
fun
MasterGateway
.
start
(
token
:
String
,
config
:
GatewayConfigurationBuilder
.
(
)
->
Unit
=
{}
)