kiscord
0.6.0
kiscord-gateway
/
kiscord.gateway
/
Gateway
/
Companion
Companion
object
Companion
:
Plugin
<
Unit
,
Gateway
,
Kiscord
>
(
source
)
Functions
Properties
Functions
after
Feature
Added
Link copied to clipboard
open
override
fun
afterFeatureAdded
(
builder
:
PluggableBuilder
<
Kiscord
>
)
before
Scope
Created
Link copied to clipboard
open
override
fun
beforeScopeCreated
(
builder
:
PluggableBuilder
<
Kiscord
>
)
install
Link copied to clipboard
open
override
fun
install
(
scope
:
Kiscord
,
block
:
ConfigurationChain
<
Unit
>
)
:
Gateway
Properties
Guild
Subscriptions
Link copied to clipboard
val
GuildSubscriptions
:
TypedAttribute
<
Boolean
>
Intents
Link copied to clipboard
val
Intents
:
TypedAttribute
<
Set
<
Identify.Intent
>
>
key
Link copied to clipboard
open
override
val
key
:
TypedAttribute
<
Gateway
>
Large
Threshold
Link copied to clipboard
val
LargeThreshold
:
TypedAttribute
<
Int
>
Presence
Link copied to clipboard
val
Presence
:
TypedAttribute
<
UpdatePresence
?
>
Shard
Spawn
Delay
Link copied to clipboard
val
ShardSpawnDelay
:
Duration