# Рассылка через PostBot

В телеграме есть бот [@PostBot](https://t.me/PostBot), который позволяет составить какой-либо пост для его последующей отправки. Преимущество этого бота в том, что он умеет добавлять кнопки к вашему сообщению. Выглядеть это может так:

### Как пользоваться

Вместо обычного текста впишите команду:

```
[via_bot PostBot 63ff692c019f5]
```

Вместо `63ff692c019f5` укажите идентификатор своего поста, который вам выдаст бот.

### Другие боты

PostBot - это не единственный бот с такой функцией. Чтобы использовать какого-то другого бота, впишите его юзернейм в команду. Например так:

```
[via_bot CoolButtonsBot 63ff692c019f5]
```


---

# 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.teleraptor.ru/modules/private-messages-spam/rassylka-cherez-postbot.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.
