Skip to main content

Interface ISocketPrivateChannel

Represents a generic WebSocket-based channel that is private to select recipients.

Assembly: Discord.Net.WebSocket.dll​
View Source​
Declaration
public interface ISocketPrivateChannel : IPrivateChannel, IChannel, ISnowflakeEntity, IEntity<ulong>

Properties​

Recipients​

View Source​
Declaration
IReadOnlyCollection<SocketUser> Recipients { get; }