ModifyGuildChannelPositions
Documentation / @discordeno/bot / ModifyGuildChannelPositions
Interface: ModifyGuildChannelPositions
Defined in: packages/types/dist/types/discordeno.d.ts:805
https://discord.com/developers/docs/resources/guild#modify-guild-channel-positions
Properties
id
id:
BigString
Defined in: packages/types/dist/types/discordeno.d.ts:807
Channel id
lockPositions?
optional
lockPositions:null
|boolean
Defined in: packages/types/dist/types/discordeno.d.ts:811
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:813
The new parent ID for the channel that is moved
position?
optional
position:null
|number
Defined in: packages/types/dist/types/discordeno.d.ts:809
Sorting position of the channel (channels with the same position are sorted by id)