Skip to main content

ODRoleUpdateResult interface

under construction

We are still working the API Reference! This page might be incomplete or doesn't contain all details!

Overview

This interface represents the result of a single role when the roles of users are updated.

View Source

Properties

References

    Properties


    action type null|"added"|"removed"

    The action which was done. null when nothing happend.

    View Source


    role type discord.Role

    The role which was affected.

    View Source