Table of Contents

Interface IPrivateChannel

Namespace
Kook
Assembly
Kook.Net.Core.dll

Represents a generic channel that is private to selected recipients.

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

Properties

Recipients

Gets the users that can access this channel.

IReadOnlyCollection<IUser> Recipients { get; }

Property Value

IReadOnlyCollection<IUser>

A read-only collection of users that can access this channel.