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

    Interface TelegramCredentials

    If you are including the Telegram Bot channel in the channel_identifier property, you must include this object.

    interface TelegramCredentials {
        token: string;
    }
    Index

    Properties

    Properties

    token: string

    The token for the Telegram bot to which you are connecting.