With the broadcast option, it is possible to send a message to all users who have started/written to the bot at least once and who havenโt blocked it (or get banned).
You can define message media, text and buttons by selecting the respective button on the left.
Once youโve set your message, you can check it via the โ๐ Full previewโ button.
To send it click โNext โก๏ธโ and confirm with โโ YESโ.
The message will be sent to all users of the bot in some minutes!
After sending a broadcast message you may have to wait some time before you can send another one, depending on what subscription plan you have.
The following keywords can be put in the text and they will be replaced with user data:
Placeholder | Variable | Example |
|---|---|---|
User first name |
| Pavel |
User last name |
| Durov |
Username |
| @nerd |
User Mention |
| |
User complete name |
| Pavel Durov |
User ID |
| 36265675 |
For example, if you set
Hi %firstname% this is a broadcast message!
Your ID is %id%the message will become something like
Hi Pavel this is a broadcast message!
Your ID is 36265675but with the data of the user who received the message.