Interface IPrivateChannel
Represents a generic channel that is private to select recipients.
Assembly: Discord.Net.Core.dll​
View Source​
Declaration
public interface IPrivateChannel : IChannel, ISnowflakeEntity, IEntity<ulong>
Properties​
Recipients​
Gets the users that can access this channel.
View Source​
Declaration
IReadOnlyCollection<IUser> Recipients { get; }