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

    Interface MOBinary

    The page of inbounds matching the given filters.

    interface MOBinary {
        body: string;
        client_reference?: string;
        from: string;
        id: string;
        operator_id?: string;
        received_at: Date;
        sent_at?: Date;
        to: string;
        type: "mo_binary";
        udh: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    body: string

    The message content Base64 encoded. Max 140 bytes together with udh.

    client_reference?: string

    If this inbound message is in response to a previously sent message that contained a client reference, then this field contains that client reference. Utilizing this feature requires additional setup on your account. Contact your <a href="https://dashboard.sinch.com/settings/account-details\" target="_blank">account manager to enable this feature.

    from: string

    The phone number that sent the message. More info

    id: string

    The ID of this inbound message.

    operator_id?: string

    The MCC/MNC of the sender's operator if known.

    received_at: Date

    When the system received the message. Formatted as ISO-8601: YYYY-MM-DDThh:mm:ss.SSSZ.

    sent_at?: Date

    When the message left the originating device. Only available if provided by operator. Formatted as ISO-8601: YYYY-MM-DDThh:mm:ss.SSSZ.

    to: string

    The Sinch phone number or short code to which the message was sent.

    type: "mo_binary"

    SMS in binary format

    udh: string

    The UDH header of a binary message HEX encoded. Max 140 bytes together with body.