ModifyGuildChannelPositions
Documentation / @discordeno/types / ModifyGuildChannelPositions
Interface: ModifyGuildChannelPositions
Defined in: discordeno/guild.ts:106
https://docs.discord.com/developers/resources/guild#modify-guild-channel-positions-json-params
Properties
id
id:
BigString
Defined in: discordeno/guild.ts:108
Channel id
lockPermissions?
optionallockPermissions?:boolean|null
Defined in: discordeno/guild.ts:112
Syncs the permission overwrites with the new parent, if moving to a new category
parentId?
optionalparentId?:BigString|null
Defined in: discordeno/guild.ts:114
The new parent ID for the channel that is moved
position?
optionalposition?:number|null
Defined in: discordeno/guild.ts:110
Sorting position of the channel (channels with the same position are sorted by id)