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

    Interface SendCarouselMessageRequestData<T>

    interface SendCarouselMessageRequestData<T extends Recipient> {
        sendMessageRequestBody: SendCarouselMessageRequest<T>;
    }

    Type Parameters

    Index

    Properties

    sendMessageRequestBody: SendCarouselMessageRequest<T>

    This is the request body for sending a message. app_id, recipient, and message are all required fields.