Class GuildUpdateAuditLogData
Contains a piece of audit log data related to a guild update.
public class GuildUpdateAuditLogData : IAuditLogData
- Inheritance
-
GuildUpdateAuditLogData
- Implements
- Inherited Members
Properties
After
Gets the guild information after the changes.
public GuildInfo After { get; }
Property Value
- GuildInfo
An information object containing the guild information after the changes were made.
Before
Gets the guild information before the changes.
public GuildInfo Before { get; }
Property Value
- GuildInfo
An information object containing the original guild information before the changes were made.