FoxoChat.js Packages
    Preparing search index...

    Class MessageManager

    Manages API methods for messages and stores their cache.

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

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

    The cache of items for this manager.

    client: Client

    The client that instantiated this Manager.

    holds: Newable<Message>

    The data structure belonging to this manager.

    Methods