Interface IRestPrivateChannel
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; }