Skip to main content

ModifyGuildChannelPositions

@discordeno/bot


Documentation / @discordeno/bot / ModifyGuildChannelPositions

Interface: ModifyGuildChannelPositions

Defined in: packages/types/dist/types/discordeno.d.ts:834

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

Properties

id

id: BigString

Defined in: packages/types/dist/types/discordeno.d.ts:836

Channel id


lockPositions?

optional lockPositions: null | boolean

Defined in: packages/types/dist/types/discordeno.d.ts:840

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


parentId?

optional parentId: null | BigString

Defined in: packages/types/dist/types/discordeno.d.ts:842

The new parent ID for the channel that is moved


position?

optional position: null | number

Defined in: packages/types/dist/types/discordeno.d.ts:838

Sorting position of the channel (channels with the same position are sorted by id)