Interface IPrivateChannel
Inherited Members
Namespace: Discord
Assembly: cs.temp.dll.dll
Syntax
public interface IPrivateChannel : IChannel, ISnowflakeEntity, IEntity<ulong>
Properties
Recipients
Declaration
IReadOnlyCollection<IUser> Recipients { get; }
Property Value
Type | Description |
---|---|
IReadOnlyCollection<IUser> |