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

    Type Alias ChannelMoveOptions

    type ChannelMoveOptions = {
        below?: ChannelResolvable;
        parent?: ChannelResolvable;
    }
    Index

    Properties

    Properties

    The channel to move the channel below.

    The parent channel to move the channel to.