GuidePluginsTestingAPI
Seyfert LogoSeyfert
API

RESTPatchAPIGuildChannelPositionsJSONBody

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

API/Type Aliases/RESTPatchAPIGuildChannelPositionsJSONBody
seyfert/lib/types/rest/guild.d.ts

Signature

export type RESTPatchAPIGuildChannelPositionsJSONBody = {    id: Snowflake;    position: number;    lock_permissions?: boolean | undefined;    parent_id?: Snowflake | null | undefined;}[];

Members

This export does not declare public properties or methods in the generated declaration file.