Search Results for

    Show / Hide Table of Contents

    Class RoleUpdateAuditLogData

    Contains a piece of audit log data related to a role update.

    Inheritance
    Object
    RoleUpdateAuditLogData
    Implements
    IAuditLogData
    Namespace: Discord.Rest
    Assembly: Discord.Net.Rest.dll
    Syntax
    public class RoleUpdateAuditLogData : object, IAuditLogData

    Properties

    | Improve this Doc View Source

    After

    Gets the role information after the changes.

    Declaration
    public RoleEditInfo After { get; }
    Property Value
    Type Description
    RoleEditInfo

    A role information object containing the role information after the changes were made.

    | Improve this Doc View Source

    Before

    Gets the role information before the changes.

    Declaration
    public RoleEditInfo Before { get; }
    Property Value
    Type Description
    RoleEditInfo

    A role information object containing the role information before the changes were made.

    | Improve this Doc View Source

    RoleId

    Gets the ID of the role that was changed.

    Declaration
    public ulong RoleId { get; }
    Property Value
    Type Description
    UInt64

    A representing the snowflake identifier of the role that was changed.

    Implements

    IAuditLogData

    Theme

    • Improve this Doc
    • View Source
    In This Article
    Back to top Discord.Net (c) 2015-2022 3.7.2