---
title: "Get Telegram Bot channel information"
method: GET
path: "/v1/projects/{projectId}/conversation/apps/{conversationAppId}/telegram"
tags: ["Conversation"]
---

# Get Telegram Bot channel information

`GET /v1/projects/{projectId}/conversation/apps/{conversationAppId}/telegram`

Returns the information for a Telegram Bot channel linked to a Conversation API App.

## Path parameters

- `projectId` string, required
- `conversationAppId` string, required

## Response `200`

Telegram Bot information.

- ConversationTelegramBotInfoDto
  - `status` 'ACTIVE' | 'ERROR' | 'FAILING' | 'PENDING' | 'UNRECOGNIZED', required — Channel integration status.
  - `statusDescription` string — Channel integration description if status is ERROR or FAILED.
  - `name` string — Name of the bot.
  - `username` string — Username of the bot.
  - `canJoinGroups` boolean — If the bot can be invited to groups.
  - `canReadAllGroupMessages` boolean — If <a href="https://core.telegram.org/bots#privacy-mode">privacy mode</a> is disabled for the bot.
  - `supportsInlineQueries` boolean — If the bot supports inline queries.

## Other responses

- `400` — BadRequest
- `401` — Unauthorized
- `404` — NotFound
- `500` — InternalServerError

## Changes

> 4 revisions in range; 1 not diffed.

- **2026-09-01** `c6a937922d10` — 5 breaking, 24 info
  - the response's body type/format changed from ``/`` to `object`/`` for status `400`
  - the response's body type/format changed from ``/`` to `object`/`` for status `401`
  - the response's body type/format changed from ``/`` to `object`/`` for status `404`
  - the response's body type/format changed from ``/`` to `object`/`` for status `500`
  - …25 more
- **2026-08-18** `c78a716de420` — 1 info
  - api operation id `TelegramController_get_v1` removed and replaced with `ConversationTelegramController_get_v1`

[Change history](https://skmtc.dev/sinch/apis/provisioning-api/changes/v1/projects/:projectId/conversation/apps/:conversationAppId/telegram/get.md)

---

[API](https://skmtc.dev/sinch/apis/provisioning-api.md) · [All operations](https://skmtc.dev/sinch/apis/provisioning-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/sinch/provisioning-api/revisions/c6a937922d10/schema)
