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

    Interface UpdateMessageRequestData

    interface UpdateMessageRequestData {
        message_id: string;
        messages_source?: string;
        updateMessageRequestBody: UpdateMessageRequest;
    }
    Index

    Properties

    message_id: string

    The unique ID of the message.

    messages_source?: string

    Specifies the message source for which the request will be processed. Used for operations on messages in Dispatch Mode. For more information, see Processing Modes.

    updateMessageRequestBody: UpdateMessageRequest

    Update message metadata request.