WebSocketClosedEvent class

Web socket closed event from lavalink

Inheritance

Properties

byRemote bool
If the connection was closed by discord
latefinal
client → Nyxx
A reference to the current client
finalinherited
code int
Close code
latefinal
guildId ↔ Snowflake
Guild where the websocket has closed
latefinal
hashCode int
The hash code for this object.
no setterinherited
node Node
A reference to the node this event belongs to
finalinherited
reason String
Reason why the socket closed
latefinal
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited