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