๐Ÿค– ModularBot Guide
โžก๏ธGetting Started
โš™๏ธBot Settings
๐Ÿ“ฌBroadcast

๐Ÿ“ฌ Broadcast

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

%firstname%

Pavel

User last name

%lastname%

Durov

Username

%username%

@nerd

User Mention

%mention%

Pavel Durov

User complete name

%name%

Pavel Durov

User ID

%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 36265675

but with the data of the user who received the message.