Class MessageManager

The manager of messages that belong to a chat based channel.

Example

new MessageManager(channel);

Hierarchy

Constructors

Properties

Methods

Constructors

Properties

cache: CacheCollection<string, Message>

This cache of the manager.

channel: ChatChannel

The chat based channel the messages belong to.

client: Client

The client the manager belongs to.

Methods