Discord.https - v3.0.16
    Preparing search index...

    Type Alias RESTPatchAPIGuildChannelPositionsJSONBody

    RESTPatchAPIGuildChannelPositionsJSONBody: {
        id: Snowflake;
        lock_permissions?: boolean;
        parent_id?: Snowflake | null;
        position: number;
    }[]

    Type Declaration

    • id: Snowflake

      Channel id

    • Optionallock_permissions?: boolean

      Sync channel overwrites with the new parent, when moving to a new parent_id

    • Optionalparent_id?: Snowflake | null

      The new parent id of this channel

    • position: number

      Sorting position of the channel