Class ChannelManager

The manager of channels that belong to the client.

Example

new ChannelManager(client);

Hierarchy

Constructors

Properties

Methods

Constructors

Properties

cache: CacheCollection<string, Channel>

This cache of the manager.

client: Client

The client the manager belongs to.

Methods