@archastro/sdk
    Preparing search index...

    Interface ChatLoadMoreMessagesResponse

    Response returned after loading an additional page of chat messages. Contains a refreshed chat-room snapshot with the newly-fetched messages merged in.

    interface ChatLoadMoreMessagesResponse {
        data: ChatRoomModel;
    }
    Index

    Properties

    Properties

    Updated chat-room snapshot for the thread, incorporating the newly-loaded page of messages alongside any previously loaded messages.