@typed-discord/rest
    Preparing search index...

    Function GuildRoleResponse

    • Parameters

      • id: `${bigint}`
      • name: string
      • permissions: string
      • position: number
      • color: number
      • colors: GuildRoleColorsResponse
      • hoist: boolean
      • managed: boolean
      • mentionable: boolean
      • icon: string | null
      • unicode_emoji: string | null
      • flags: number
      • Optionaloptional: Omit<
            GuildRoleResponse,
            | "id"
            | "name"
            | "permissions"
            | "icon"
            | "flags"
            | "position"
            | "colors"
            | "managed"
            | "color"
            | "hoist"
            | "mentionable"
            | "unicode_emoji",
        >

      Returns GuildRoleResponse