@lacunahub/lavaluna.js
    Preparing search index...

    Interface WebSocketHeaders

    Headers to use when connecting to the Lavalink node.

    interface WebSocketHeaders {
        authorization: string;
        clientId: string;
        clientName: string;
        sessionId?: string;
    }
    Index

    Properties

    authorization: string

    The authorization token to use when connecting to the Lavalink node.

    clientId: string

    The user id of the client.

    clientName: string

    The name of the client.

    sessionId?: string

    The session id of the client.