Class ChannelUpdateAuditLogData
Contains a piece of audit log data related to a channel update.
public class ChannelUpdateAuditLogData : IAuditLogData
- Inheritance
-
ChannelUpdateAuditLogData
- Implements
- Inherited Members
Properties
After
Gets the channel information after the changes.
public ChannelInfo After { get; }
Property Value
- ChannelInfo
An information object containing the channel information after the changes were made.
Before
Gets the channel information before the changes.
public ChannelInfo Before { get; }
Property Value
- ChannelInfo
An information object containing the original channel information before the changes were made.
ChannelId
Gets the snowflake ID of the updated channel.
public ulong ChannelId { get; }