Search Results for

    Show / Hide Table of Contents

    Class MemberUpdateAuditLogData

    Contains a piece of audit log data related to a change in a guild member.

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

    Properties

    | Improve this Doc View Source

    After

    Gets the member information after the changes.

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

    An information object containing the member information after the changes were made.

    | Improve this Doc View Source

    Before

    Gets the member information before the changes.

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

    An information object containing the original member information before the changes were made.

    | Improve this Doc View Source

    Target

    Gets the user that the changes were performed on.

    Declaration
    public IUser Target { get; }
    Property Value
    Type Description
    IUser

    A user object representing the user who the changes were performed on.

    Remarks

    Will be null if the user is a 'Deleted User#....' because Discord does send user data for deleted users.

    Implements

    IAuditLogData

    Theme

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