Type alias RESTPatchAPIGuildChannelPositionsJSONBody

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

Type declaration

  • id: Snowflake

    Channel id

  • Optional lock_permissions?: boolean

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

  • Optional parent_id?: Snowflake | null

    The new parent id of this channel

  • position: number

    Sorting position of the channel

Generated using TypeDoc