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

    Interface UrlMessage

    A generic URL message.

    interface UrlMessage {
        title: string;
        url: string;
    }
    Index

    Properties

    Properties

    title: string

    The title shown close to the URL. The title can be clickable in some cases.

    url: string

    The url to show.