ModifyGuildChannelPositions
@discordeno/bot • Docs
Documentation / @discordeno/bot / ModifyGuildChannelPositions
Interface: ModifyGuildChannelPositions
https://discord.com/developers/docs/resources/guild#modify-guild-channel-positions
Properties
id
id:
BigString
Channel id
Defined in
packages/types/dist/types/discordeno.d.ts:807
lockPositions?
optional
lockPositions:null
|boolean
Syncs the permission overwrites with the new parent, if moving to a new category
Defined in
packages/types/dist/types/discordeno.d.ts:811
parentId?
optional
parentId:null
|BigString
The new parent ID for the channel that is moved
Defined in
packages/types/dist/types/discordeno.d.ts:813
position?
optional
position:null
|number
Sorting position of the channel (channels with the same position are sorted by id)
Defined in
packages/types/dist/types/discordeno.d.ts:809