Class InviteUpdateAuditLogData
Contains a piece of audit log data relating to an invite update.
Assembly: Discord.Net.Rest.dll​
View Source​
Declaration
public class InviteUpdateAuditLogData : IAuditLogData
Properties​
Before​
Gets the invite information before the changes.
View Source​
Declaration
public InviteInfo Before { get; }
After​
Gets the invite information after the changes.
View Source​
Declaration
public InviteInfo After { get; }