Package dev.kord.core.event.gateway

Types

ConnectEvent
Link copied to clipboard
class ConnectEvent(kord: Kord, shard: Int, coroutineScope: CoroutineScope) : GatewayEvent, CoroutineScope
DisconnectEvent
Link copied to clipboard
sealed class DisconnectEvent : GatewayEvent
GatewayEvent
Link copied to clipboard
sealed class GatewayEvent : Event
ReadyEvent
Link copied to clipboard
class ReadyEvent(gatewayVersion: Int, guildIds: Set<Snowflake>, self: User, sessionId: String, kord: Kord, shard: Int, supplier: EntitySupplier, coroutineScope: CoroutineScope) : GatewayEvent, CoroutineScope, Strategizable
ResumedEvent
Link copied to clipboard
class ResumedEvent(kord: Kord, shard: Int, coroutineScope: CoroutineScope) : GatewayEvent, CoroutineScope