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

    Interface SendCommentReplyEventRequestData<T>

    interface SendCommentReplyEventRequestData<T extends Recipient> {
        sendEventRequestBody: SendCommentReplyEventRequest<T>;
    }

    Type Parameters

    Index

    Properties

    sendEventRequestBody: SendCommentReplyEventRequest<T>

    The event to be sent.