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

    Interface SendChoiceMessageRequestData<T>

    interface SendChoiceMessageRequestData<T extends Recipient> {
        sendMessageRequestBody: SendChoiceMessageRequest<T>;
    }

    Type Parameters

    Index

    Properties

    sendMessageRequestBody: SendChoiceMessageRequest<T>

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