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

    Interface SendComposingEventRequestData<T>

    interface SendComposingEventRequestData<T extends Recipient> {
        sendEventRequestBody: SendComposingEventRequest<T>;
    }

    Type Parameters

    Index

    Properties

    sendEventRequestBody: SendComposingEventRequest<T>

    The event to be sent.