Interface ModifyChannelPositionsEntry

interface ModifyChannelPositionsEntry {
    id: string;
    lockPermissions?: null | boolean;
    parentID?: null | string;
    position?: null | number;
}

Properties

id: string

The ID of the channel to move.

lockPermissions?: null | boolean

If the permissions should be synced with the category.

parentID?: null | string

The ID of the new parent category.

position?: null | number

The position to move the channel to.