start_broadcast
Send a Telegram message to all bot subscribers matching specified filters. Requires confirmation before sending to prevent accidental broadcasts.
Instructions
Start a broadcast job that sends a message to all bot subscribers matching the given filters. ⚠️ This sends real Telegram messages to many users — use with caution.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | Message body sent to each subscriber. | |
| botid | Yes | The numeric bot ID. | |
| method | No | Telegram API method, e.g. sendMessage. | sendMessage |
| confirm | Yes | Must be true to actually send. Safety gate to prevent accidental broadcasts. | |
| filters | No |