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