Skip to main content
Module

x/discord_api_types/rest/mod.ts>RESTPatchAPIGuildRoleJSONBody

Up to date Discord API Typings, versioned by the API version
Go to Latest
type alias RESTPatchAPIGuildRoleJSONBody
import { type RESTPatchAPIGuildRoleJSONBody } from "https://deno.land/x/discord_api_types@0.37.21/rest/mod.ts";
definition: AddUndefinedToPossiblyUndefinedPropertiesOfInterface<{ name?: string | null; permissions?: Permissions | null; color?: number | null; hoist?: boolean | null; icon?: string | null; unicode_emoji?: string | null; mentionable?: boolean | null; }>