start_bot
Send /start to a Telegram bot with an optional deep-link parameter, specifying the bot and chat (defaults to private chat) to initiate the bot interaction.
Instructions
Запустить бота (отправить /start) с deep-link параметром.
Args:
bot: id/@username бота.
chat: куда добавлять бота. None = личный чат с ботом.
start_param: deep-link payload (часть после ?start=).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| bot | Yes | ||
| chat | No | ||
| start_param | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||