Interface IPrivateChannel
Represents a generic channel that is private to select recipients.
Inherited Members
Namespace: Discord
Assembly: Discord.Net.Core.dll
Syntax
public interface IPrivateChannel : IChannel, ISnowflakeEntity, IEntity<ulong>
Properties
| Improve this Doc View SourceRecipients
Gets the users that can access this channel.
Declaration
IReadOnlyCollection<IUser> Recipients { get; }
Property Value
Type | Description |
---|---|
IReadOnlyCollection<IUser> | A read-only collection of users that can access this channel. |