Skip to main content

Interface IRestPrivateChannel

Represents a REST-based channel that is private to select recipients.

Assembly: Discord.Net.Rest.dll​
View Source​
Declaration
public interface IRestPrivateChannel : IPrivateChannel, IChannel, ISnowflakeEntity, IEntity<ulong>

Properties​

Recipients​

Users that can access this channel.

View Source​
Declaration
IReadOnlyCollection<RestUser> Recipients { get; }