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

    Interface GuildRoleResponse

    interface GuildRoleResponse {
        color: number;
        colors: GuildRoleColorsResponse;
        flags: number;
        hoist: boolean;
        icon: string | null;
        id: `${bigint}`;
        managed: boolean;
        mentionable: boolean;
        name: string;
        permissions: string;
        position: number;
        tags?: GuildRoleTagsResponse;
        unicode_emoji: string | null;
    }
    Index

    Properties

    color: number
    flags: number
    hoist: boolean
    icon: string | null
    id: `${bigint}`
    managed: boolean
    mentionable: boolean
    name: string
    permissions: string
    position: number
    unicode_emoji: string | null