zendesk-messaging-client
    Preparing search index...

    Type Alias TelegramWritable

    TelegramWritable: IntegrationWritable & { type: "telegram" } & {
        token: string | null;
        type?: string;
    } & DefaultResponderId & DefaultResponderWritable

    Type declaration

    • type: "telegram"
    • token: string | null

      Telegram Bot Token.

    • Optionaltype?: string

      To configure a Telegram integration, acquire the required information from the user and call the Create Integration endpoint.