Table of Contents

Interface ISocketPrivateChannel

Namespace
Discord.WebSocket
Assembly
Discord.Net.WebSocket.dll

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

public interface ISocketPrivateChannel : IPrivateChannel, IChannel, ISnowflakeEntity, IEntity<ulong>
Inherited Members
Extension Methods

Properties

Recipients

IReadOnlyCollection<SocketUser> Recipients { get; }

Property Value

IReadOnlyCollection<SocketUser>