Table of Contents

Interface IPrivateChannel

Namespace
Kook
Assembly
Kook.Net.Core.dll

表示一个通用的私有频道,只有特定的用户可以访问。

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

Properties

Recipients

获取可以访问此频道的所有用户。

IReadOnlyCollection<IUser> Recipients { get; }

Property Value

IReadOnlyCollection<IUser>