teamspeak.js - v1.11.2
    Preparing search index...

    Class PrivilegeKeyManager

    Manages the privilege keys in the TeamSpeak server.

    Notice: This is experimental and may be inaccurate as the API does not return the ID of the privilege key.

    Hierarchy (View Summary)

    Index

    Constructors

    Accessors

    Methods

    • Deletes a privilege key by its token.

      Parameters

      • token: string

        The token of the privilege key to delete.

      Returns Promise<void>

      A promise that resolves when the privilege key is deleted.

    • Uses a privilege key by its token.

      Parameters

      • token: string

        The token of the privilege key to use.

      Returns Promise<void>

      A promise that resolves when the privilege key is used.