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

    Class ChannelGroup

    Represents a channel group.

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    iconId: number | null = null
    id: number
    memberAddPower: number | null = null
    memberRemovePower: number | null = null
    modifyPower: number | null = null
    name: string | null = null
    nameMode: number | null = null
    saveDb: boolean | null = null
    sortId: number | null = null
    type: number | null = null

    Accessors

    • get partial(): boolean

      Checks if the channel group is partially filled.

      Returns boolean

      Whether the channel group is partially filled.

    Methods

    • Deletes the channel group.

      Parameters

      • Optionalforce: boolean = false

        Whether to force the deletion. Force deletion will remove the channel group from all clients.

      Returns Promise<void>

      A promise that resolves when the channel group has been deleted.