GuidePluginsTestingAPI
Seyfert LogoSeyfert
API

RESTPatchAPIGuildRolePositionsJSONBody

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

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

Signature

export type RESTPatchAPIGuildRolePositionsJSONBody = {    id: Snowflake;    position?: number | undefined;}[];

Members

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