Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/discord_api_types/rest/v10/guild.ts>RESTPatchAPIGuildChannelPositionsJSONBody

Up to date Discord API Typings, versioned by the API version
Go to Latest
type alias RESTPatchAPIGuildChannelPositionsJSONBody
import { type RESTPatchAPIGuildChannelPositionsJSONBody } from "https://deno.land/x/discord_api_types@0.37.32/rest/v10/guild.ts";
definition: Array<AddUndefinedToPossiblyUndefinedPropertiesOfInterface<{ id: Snowflake; position: number; lock_permissions?: boolean; parent_id?: Snowflake | null; }>>