Interface ISocketPrivateChannel
Represents a generic WebSocket-based channel that is private to select recipients.
Inherited Members
Namespace: Discord.WebSocket
Assembly: Discord.Net.WebSocket.dll
Syntax
public interface ISocketPrivateChannel : IPrivateChannel, IChannel, ISnowflakeEntity, IEntity<ulong>
Properties
| Improve this Doc View SourceRecipients
Declaration
IReadOnlyCollection<SocketUser> Recipients { get; }
Property Value
Type | Description |
---|---|
IReadOnlyCollection<SocketUser> |