Class ChannelDeleteAuditLogData
Contains a piece of audit log data related to a channel deletion.
Implements
Namespace: Discord.Rest
Assembly: Discord.Net.Rest.dll
Syntax
public class ChannelDeleteAuditLogData : object, IAuditLogData
Properties
| Improve this Doc View SourceBitrate
Gets the bit-rate of this channel if applicable.
Declaration
public int? Bitrate { get; }
Property Value
Type | Description |
---|---|
Nullable<Int32> | An |
ChannelId
Gets the snowflake ID of the deleted channel.
Declaration
public ulong ChannelId { get; }
Property Value
Type | Description |
---|---|
UInt64 | A |
ChannelName
Gets the name of the deleted channel.
Declaration
public string ChannelName { get; }
Property Value
Type | Description |
---|---|
String | A string containing the name of the deleted channel. |
ChannelType
Gets the type of the deleted channel.
Declaration
public ChannelType ChannelType { get; }
Property Value
Type | Description |
---|---|
ChannelType | The type of channel that was deleted. |
IsNsfw
Gets the value that indicates whether the deleted channel was NSFW.
Declaration
public bool? IsNsfw { get; }
Property Value
Type | Description |
---|---|
Nullable<Boolean> |
|
Overwrites
Gets a collection of permission overwrites that was assigned to the deleted channel.
Declaration
public IReadOnlyCollection<Overwrite> Overwrites { get; }
Property Value
Type | Description |
---|---|
IReadOnlyCollection<Overwrite> | A collection of permission Overwrite. |
SlowModeInterval
Gets the slow-mode delay of the deleted channel.
Declaration
public int? SlowModeInterval { get; }
Property Value
Type | Description |
---|---|
Nullable<Int32> | An |