Skip to main content

DiscordModifyGuildChannelPositions

@discordeno/botDocs


Documentation / @discordeno/bot / DiscordModifyGuildChannelPositions

Interface: DiscordModifyGuildChannelPositions

https://discord.com/developers/docs/resources/guild#modify-guild-channel-positions

Properties

id

id: string

Channel id

Defined in

packages/types/dist/types/discord.d.ts:3237


lock_positions?

optional lock_positions: null | boolean

Syncs the permission overwrites with the new parent, if moving to a new category

Defined in

packages/types/dist/types/discord.d.ts:3241


parent_id?

optional parent_id: null | string

The new parent ID for the channel that is moved

Defined in

packages/types/dist/types/discord.d.ts:3243


position?

optional position: null | number

Sorting position of the channel

Defined in

packages/types/dist/types/discord.d.ts:3239