Skip to main content

Class MemberUpdateAuditLogData

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

Assembly: Discord.Net.Rest.dll​
View Source​
Declaration
public class MemberUpdateAuditLogData : IAuditLogData

Properties​

Target​

Gets the user that the changes were performed on.

View Source​
Declaration
public IUser Target { get; }

Before​

Gets the member information before the changes.

View Source​
Declaration
public MemberInfo Before { get; }

After​

Gets the member information after the changes.

View Source​
Declaration
public MemberInfo After { get; }

Implements​