Table of Contents

Interface IRestPrivateChannel

Namespace
Discord.Rest
Assembly
Discord.Net.Rest.dll

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

public interface IRestPrivateChannel : IPrivateChannel, IChannel, ISnowflakeEntity, IEntity<ulong>
Inherited Members
Extension Methods

Properties

Recipients

Users that can access this channel.

IReadOnlyCollection<RestUser> Recipients { get; }

Property Value

IReadOnlyCollection<RestUser>