Interface ISocketPrivateChannel
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; }