Interface IRestPrivateChannel
Represents a REST-based channel that is private to select recipients.
Inherited Members
Namespace: Discord.Rest
Assembly: Discord.Net.Rest.dll
Syntax
public interface IRestPrivateChannel : IPrivateChannel, IChannel, ISnowflakeEntity, IEntity<ulong>
Properties
| Improve this Doc View SourceRecipients
Users that can access this channel.
Declaration
IReadOnlyCollection<RestUser> Recipients { get; }
Property Value
Type | Description |
---|---|
IReadOnlyCollection<RestUser> |