# Как узнать ID Telegram-группы (чата)

Очень часто при отправке запроса по вебхуку нам требуется узнать **ID группы (чата) в Telegram.**

Это делается за пару нетрудных шагов:

1. Открываем в Telegram официального бота LeadСonverter | Инструменты (<https://t.me/LeadConverterToolkitBot>) и нажимаем /start
2. Находим свою группу (чат), открываем и жмем на её название
3. Добавляем в участники группы (чата) бота LeadСonverter | Инструменты (вставьте в поиск :point\_right: [@LeadConverterToolkitBot](https://t.me/LeadConverterToolkitBot)). Не пугаемся появившемуся сообщению "Неизвестное действие" - **бот работает**&#x20;
4. Отправляем в чат команду :point\_right:`/get_chat_id`

В ответ бот присылает нам сообщение с **ID группы (чата).**&#x20;

<figure><img src="/files/kQVUa8bTZR6rbrFthlAp" alt=""><figcaption><p>Все очень просто! :)</p></figcaption></figure>

{% hint style="warning" %}
**Важно!**

ID группы (чата) обязательно копируйте со **знаком тире**, иначе запросы не будут работать!
{% endhint %}

Поздравляем, мы добыли сокровище - ID нашей группы (чата) :sunglasses: &#x20;

{% hint style="success" %}
Если остались вопросы, смело обращайтесь в техподдержку. Мы всегда рады помочь! :relaxed::point\_down:
{% endhint %}

{% content-ref url="/pages/-MasAPNcg291uNezFqb4" %}
[Как задать вопрос в поддержку?](/kak-zadat-vopros-v-podderzhku.md)
{% endcontent-ref %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.leadconverter.su/faq/populyarnye-voprosy/telegram/kak-uznat-id-telegram-gruppy-chata.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
