Class SocketChannelUpdateAuditLogData
Contains a piece of audit log data related to a channel update.
public class SocketChannelUpdateAuditLogData : ISocketAuditLogData, IAuditLogData
- Inheritance
-
SocketChannelUpdateAuditLogData
- Implements
- Inherited Members
Properties
After
Gets the channel information after the changes.
public SocketChannelInfo After { get; }
Property Value
- SocketChannelInfo
An information object containing the channel information after the changes were made.
Before
Gets the channel information before the changes.
public SocketChannelInfo Before { get; }
Property Value
- SocketChannelInfo
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; }