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

    Interface UpdateRoleRequestPartial

    interface UpdateRoleRequestPartial {
        color?: number | null;
        colors?: RoleColors | null;
        hoist?: boolean | null;
        icon?: string | null;
        mentionable?: boolean | null;
        name?: string | null;
        permissions?: number | null;
        unicode_emoji?: string | null;
    }
    Index

    Properties

    color?: number | null
    colors?: RoleColors | null
    hoist?: boolean | null
    icon?: string | null
    mentionable?: boolean | null
    name?: string | null
    permissions?: number | null
    unicode_emoji?: string | null