kiscord
0.6.0
kiscord-gateway
/
kiscord.gateway
/
GatewayRequest
Gateway
Request
interface
GatewayRequest
(
source
)
Types
Inheritors
Types
Connected
State
Link copied to clipboard
class
ConnectedState
(
val
session
:
DefaultClientWebSocketSession
)
:
GatewayRequest
Connect
Request
Link copied to clipboard
class
ConnectRequest
(
val
url
:
Url
)
:
GatewayRequest
Discovery
State
Link copied to clipboard
class
DiscoveryState
(
val
gatewayUrl
:
Url
,
val
defaultShards
:
Int
)
:
GatewayRequest
Identify
State
Link copied to clipboard
class
IdentifyState
(
val
identify
:
Identify
)
:
GatewayRequest
Init
Link copied to clipboard
enum
Init
:
Enum
<
GatewayRequest.Init
>
,
GatewayRequest
Inheritors
Init
Link copied to clipboard
ConnectRequest
Link copied to clipboard
ConnectedState
Link copied to clipboard
DiscoveryState
Link copied to clipboard
IdentifyState
Link copied to clipboard