In this menu you can set the message that will be sent to users when they start the bot.
If you donโt set a custom start message, this default message will be shown:
Itโs automatically translated into the language of the user who writes to the bot.
You can define message media, text and buttons by selecting the respective button on the left.
Send /start command or press โ๐ Full previewโ button to see the result.
Using the free version, a watermark is displayed in the bot's start message: โCreated with ModularBotโ.
This can be removed by purchasing at least the ๐ดBASIC plan.
The following keywords can be added 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% and welcome in the bot!
Your ID is %id%the message will become something like
Hi Pavel and welcome in the bot!
Your ID is 36265675but with the data of the user who is using the bot.