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