Table of Contents

Interface ISocketPrivateChannel

Namespace
Kook.WebSocket
Assembly
Kook.Net.WebSocket.dll

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

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

Properties

Recipients

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

IReadOnlyCollection<SocketUser> Recipients { get; }

Property Value

IReadOnlyCollection<SocketUser>