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

    Class ChannelManager

    Manages the channels in the TeamSpeak server.

    Hierarchy (View Summary)

    Index

    Constructors

    Accessors

    Methods

    • Deletes a channel.

      Parameters

      • channel: ChannelResolvable

        The channel to delete.

      • Optionalforce: boolean = false

        Whether to force the deletion. Forcing deletion will kick all clients from the channel.

      Returns Promise<void>

    • Searches for channels based on the channel name.

      Parameters

      • query: string

        The search query.

      Returns Promise<Collection<number, Channel>>

      The found channels.