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

    Interface ContactMessageMediaMessage

    interface ContactMessageMediaMessage {
        channel_specific_message?: never;
        choice_response_message?: never;
        fallback_message?: never;
        location_message?: never;
        media_card_message?: never;
        media_message: MediaProperties;
        product_response_message?: never;
        reply_to?: ReplyTo;
        text_message?: never;
    }

    Hierarchy

    • ContactMessageBase
      • ContactMessageMediaMessage
    Index

    Properties

    channel_specific_message?: never
    choice_response_message?: never
    fallback_message?: never
    location_message?: never
    media_card_message?: never
    media_message: MediaProperties

    MediaProperties

    product_response_message?: never
    reply_to?: ReplyTo

    ReplyTo

    text_message?: never