---
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

---

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