Class ChannelUpdateAuditLogData
Contains a piece of audit log data related to a channel update.
Assembly: Discord.Net.Rest.dll​
View Source​
Declaration
public class ChannelUpdateAuditLogData : IAuditLogData
Properties​
ChannelId​
Gets the snowflake ID of the updated channel.
View Source​
Declaration
public ulong ChannelId { get; }
Before​
Gets the channel information before the changes.
View Source​
Declaration
public ChannelInfo Before { get; }
After​
Gets the channel information after the changes.
View Source​
Declaration
public ChannelInfo After { get; }