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

    Interface MessageDeliveryStatus

    Array with status objects. Only status codes with at least one recipient will be listed.

    interface MessageDeliveryStatus {
        code: number;
        count: number;
        recipients?: string[];
        status: string;
    }
    Index

    Properties

    code: number

    The detailed status code.

    count: number

    The number of messages that currently has this code.

    recipients?: string[]

    Only for full report. A list of the phone number recipients which messages has this status code.

    status: string

    The simplified status as described in Delivery Report Statuses.