Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/higa/deno/structures/Role.ts>Role

A package to interract with the Discord API coded by myself
Latest
interface Role
import { type Role } from "https://deno.land/x/higa@0.1.2/deno/structures/Role.ts";

Properties

id: string
name: string
color: number
hoist: boolean
optional
icon: string
optional
unicode_emoji: string
position: number
permissions: string
managed: boolean
mentionable: boolean
optional
tags: RoleTags