> For the complete documentation index, see [llms.txt](https://help.watbot.ru/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.watbot.ru/chat-boty/bloki/nastroiki-http-blokov-iz-video/peresylka-informacii-iz-bota-v-kanal-ili-gruppu.md).

# Пересылка информации из бота в канал или группу

<https://t.me/username_to_id_bot> - бот для получения id канала.

\n - перенос на новую строку.

<figure><img src="/files/ZuyFbUY2s2RaGgq1QCYo" alt=""><figcaption></figcaption></figure>

Настройки блока HHTP-запрос:

**URL:**&#x20;

```
https://api.telegram.org/bot{{token}}/sendMessage?
```

**Metod** - POST

**Body:**

json

```
{
"chat_id":"чат айди из  специального бота",
"text":"Ваш текст" , 
"parse_mode": "html"
}
```

{% embed url="<https://www.youtube.com/watch?v=bLLCAO2RIzU>" %}
Видео-инструкция
{% endembed %}
