Sinch Node.js SDK - v1.5.0
    Preparing search index...

    Interface SendMessageResponse

    interface SendMessageResponse {
        accepted_time?: Date;
        message_id?: string;
    }
    Index

    Properties

    accepted_time?: Date

    Timestamp when the Conversation API accepted the message for delivery to the referenced contact.

    message_id?: string

    The ID of the message.