Show / Hide Table of Contents

Interface IPrivateChannel

Inherited Members
IChannel.Name
IChannel.IsNsfw
IChannel.GetUsersAsync(CacheMode, RequestOptions)
IChannel.GetUserAsync(UInt64, CacheMode, RequestOptions)
ISnowflakeEntity.CreatedAt
IEntity<UInt64>.Id
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>
Back to top Discord.Net (c) 2015-2017