The hostname or IP address of the Lavalink server.
ReadonlyidA unique identifier for this LavalinkNode, used for organization.
OptionalpasswordThe password for authenticating with the Lavalink server.
OptionalportThe port number of the Lavalink server.
OptionalreconnectThe interval (in milliseconds) at which the node will attempt to reconnect if the connection is lost.
OptionalresumeThe timeout (in seconds) for resuming a session.
OptionalresumingWhether the node should attempt to resume the session if a sessionId is present when the WebSocket connection opens or the node becomes ready.
OptionalsecureWhether to use secure connections (HTTPS/WSS) instead of HTTP/WS.
OptionalsessionA previous session ID to attempt to resume a connection with the Lavalink server.
OptionalstateArbitrary state data that can be attached to the node for user-specific purposes.
Defines the options for configuring a LavalinkNode.
Remarks
These options specify how to connect to a Lavalink server and how the node should behave.