FoxoChat.js Packages
    Preparing search index...

    Class ChannelManager

    Manages API methods for channels and stores their cache.

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    Methods

    Constructors

    Properties

    cache: Map<number, Channel> = ...

    The cache of items for this manager.

    client: Client

    The client that instantiated this Manager.

    holds: Newable<Channel>

    The data structure belonging to this manager.

    Methods