DiscordClose

data class DiscordClose(val closeCode: GatewayCloseCode, val recoverable: Boolean) : Close(source)

Discord closed the connection with a closeCode.

Parameters

recoverable

true if the gateway will automatically try to reconnect.

Constructors

Link copied to clipboard
constructor(closeCode: GatewayCloseCode, recoverable: Boolean)

Properties

Link copied to clipboard
Link copied to clipboard