Type alias Role

Role: {
    color: number;
    hoist: boolean;
    icon: string | null;
    id: string;
    managed: boolean;
    mentionable: boolean;
    name: string;
    permissionsRaw: string;
    position: number;
    tags: RoleTags | null;
    unicodeEmoji: string | null;
}

Type declaration

  • color: number
  • hoist: boolean
  • icon: string | null
  • id: string
  • managed: boolean
  • mentionable: boolean
  • name: string
  • permissionsRaw: string
  • position: number
  • tags: RoleTags | null
  • unicodeEmoji: string | null

Generated using TypeDoc