Class ForumTopicManager

The manager of topics that belong to a forum channel.

Example

new ForumTopicManager(channel);

Hierarchy

Constructors

Properties

cache: CacheCollection<number, ForumTopic>

This cache of the manager.

channel: ForumChannel

The forum channel the topics belong to.

client: Client

The client the manager belongs to.

Methods