FoxoChat.js Packages
    Preparing search index...

    Interface RESTGetAPIMessageListQuery

    The query of GET /channels/{channelId}/messages.

    interface RESTGetAPIMessageListQuery {
        before?: number;
        limit?: number;
    }
    Index

    Properties

    Properties

    before?: number

    Get messages before this timestamp.

    limit?: number

    Max number of messages to return.