Skip to main content

Class SocketNewsChannel

Represents a WebSocket-based news channel in a guild that has the same properties as a Discord.WebSocket.SocketTextChannel.

Assembly: Discord.Net.WebSocket.dll​
View Source​
Declaration
public class SocketNewsChannel : SocketTextChannel, ISocketMessageChannel, INewsChannel, ITextChannel, IMessageChannel, IMentionable, INestedChannel, IGuildChannel, IChannel, ISnowflakeEntity, IEntity<ulong>, IDeletable

Properties​

SlowModeInterval​

Gets the current slow-mode delay for this channel.

View Source​
Declaration
public override int SlowModeInterval { get; }

Implements​