⚠️ Internal: This API is not publically exported by the package.

      Interface LavalinkWSClientOptions

      interface LavalinkWSClientOptions {
          clientName?: string;
          reconnecting?: false | LavalinkWSClientReconnectOptions;
          resuming?: false | {
              timeout: number;
          };
          userId?: string;
      }

      Properties

      clientName?: string
      reconnecting?: false | LavalinkWSClientReconnectOptions
      resuming?: false | {
          timeout: number;
      }

      Type declaration

      • timeout: number
      userId?: string