@archastro/sdk
    Preparing search index...

    Interface ChatMessageListResponse

    Response returned when listing the messages of a joined chat thread. Contains the set of messages currently loaded for the thread.

    interface ChatMessageListResponse {
        messages: Message[];
    }
    Index

    Properties

    Properties

    messages: Message[]

    Ordered array of message objects currently loaded for the thread, from oldest to newest. Use the load_more_messages channel message to fetch earlier pages.