start_bot
Send /start to a Telegram bot with an optional start parameter and wait for its first reply. Control wait time to capture the response.
Instructions
给一个 bot 发 /start(可带启动参数),并等它的第一条回复。
Args: bot: bot 的 @username 或 ID。 start_param: deep link 里的启动参数(t.me/xxx?start=PARAM 的 PARAM)。 wait_seconds: 等回复多少秒,0 表示不等。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| bot | Yes | ||
| start_param | No | ||
| wait_seconds | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||