zendesk-messaging-client
    Preparing search index...

    Type Alias TelegramReadable

    TelegramReadable: IntegrationReadable & { type: "telegram" } & {
        botId?: string;
        type?: string;
        username?: string;
    } & DefaultResponderReadable

    Type declaration

    • type: "telegram"
    • Optional ReadonlybotId?: string

      A human-friendly name used to identify the integration.

    • Optionaltype?: string

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

    • Optional Readonlyusername?: string

      Username of the botId