Struct ChannelInfo
Represents information for a channel.
Assembly: Discord.Net.Rest.dll​
View Source​
Declaration
public struct ChannelInfo
Properties​
Name​
Gets the name of this channel.
View Source​
Declaration
public readonly string Name { get; }
Topic​
Gets the topic of this channel.
View Source​
Declaration
public readonly string Topic { get; }
SlowModeInterval​
Gets the current slow-mode delay of this channel.
View Source​
Declaration
public readonly int? SlowModeInterval { get; }
IsNsfw​
Gets the value that indicates whether this channel is NSFW.
View Source​
Declaration
public readonly bool? IsNsfw { get; }
Bitrate​
Gets the bit-rate of this channel if applicable.
View Source​
Declaration
public readonly int? Bitrate { get; }
ChannelType​
Gets the type of this channel.
View Source​
Declaration
public readonly ChannelType? ChannelType { get; }