Interface IRestPrivateChannel
表示一个基于 REST 的通用的私有频道,只有特定的用户可以访问。
public interface IRestPrivateChannel : IPrivateChannel, IChannel, IEntity<ulong>
- Inherited Members
- Extension Methods
Properties
Recipients
获取可以访问此频道的所有用户。
IReadOnlyCollection<RestUser> Recipients { get; }