@archastro/sdk
    Preparing search index...

    Interface ChatPostMessageResponse

    Response returned after successfully posting a message to a chat thread. Contains the persisted message object echoed back to the sender.

    interface ChatPostMessageResponse {
        message: Message;
    }
    Index

    Properties

    Properties

    message: Message

    The message that was created and stored. Contains the full message object including its assigned ID, author, content, and timestamps.