Struct ChannelInfo
Represents information for a channel.
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
Namespace: Discord.Rest
Assembly: Discord.Net.Rest.dll
Syntax
public struct ChannelInfo
Properties
| Improve this Doc View SourceBitrate
Gets the bit-rate of this channel if applicable.
Declaration
public int? Bitrate { get; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> | An |
IsNsfw
Gets the value that indicates whether this channel is NSFW.
Declaration
public bool? IsNsfw { get; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
|
Name
Gets the name of this channel.
Declaration
public string Name { get; }
Property Value
| Type | Description |
|---|---|
| System.String | A string containing the name of this channel. |
SlowModeInterval
Gets the current slow-mode delay of this channel.
Declaration
public int? SlowModeInterval { get; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> | An |
Topic
Gets the topic of this channel.
Declaration
public string Topic { get; }
Property Value
| Type | Description |
|---|---|
| System.String | A string containing the topic of this channel, if any. |