# Вопросы про Telegram

### Блокируются ли ссылки на телеграмм в РФ?

Нет, не блокируются

### Как называется переменная с ID клиента в мессенджере (например ТГ)?

ID мы не передаем.

### **Почему в боте Телеграм под кнопками меню появляются 3 точки?**

3 точки появляются когда в сообщении 2 типа кнопок: под сообщением и главное меню (найду дешевле). Чтобы точек не было, в блоке должен быть только 1 тип меню.

![](/files/zFgfOOleg2F6sHHJuM7d)

### **В боте телеграм нижние кнопки меню остаются даже при переходе в следующий блок. Как их убрать?**

Кнопки лучше выбирать одного типа - либо верхние, либо нижние. Иначе нижние кнопки не исчезнут если в следующем блоке есть верхние кнопки


---

# 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://help.watbot.ru/chasto-zadavaemye-voprosy/voprosy-pro-telegram.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.
