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