Type alias RESTPatchAPIGuildRolePositionsJSONBody

RESTPatchAPIGuildRolePositionsJSONBody: {
    id: Snowflake;
    position?: number;
}[]

Type declaration

  • id: Snowflake

    Role id

  • Optional position?: number

    Sorting position of the role

Generated using TypeDoc