Skip to main content

ModifyGuildChannelPositions

Documentation


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?

optional lockPermissions?: boolean | null

Defined in: discordeno/guild.ts:112

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


parentId?

optional parentId?: BigString | null

Defined in: discordeno/guild.ts:114

The new parent ID for the channel that is moved


position?

optional position?: number | null

Defined in: discordeno/guild.ts:110

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