Bots.Business
4.14K subscribers
587 photos
18 videos
26 files
552 links
Download Telegram
What is Multi Account?
Each bot have Bot Nickname from @BotFather.

It is possible to bound this username only for one BB account.
How to run/stop your bot via API ?

You need perform POST request to:
https://api.bots.business/v1/bots/YOUR_BOT_ID/status?api_key

for start you also need pass param:
status: "start_launch"
// Start current bot:

HTTP.post( {
url: "https://api.bots.business/v1/bots/" + bot.id + "/status?api_key",
success: '/onStart ',
body: {status: "start_launch"}
} )

// Stop current bot:
| HTTP.post( {
url: "https://api.bots.business/v1/bots/" + bot.id + "/status?api_key",
success: '/onStop '
} )
Downtime. Fix in progress
Uptime
Currently new ADS broadcasting is closed now.
BB Point Bot is stopped due bug
Critical bug in BB Point bot with Point Request
Fix in progress.

If you have your own BB Points - stop it now
hacked ExtraPoints - removed
BB Point fix.

Validation for positive integer amount now.

We have hack because no any validation for negative amount before. πŸ™ˆ
Do we need user's balance message from BB Point by reply with "0"?
Anonymous Poll
61%
Yes
13%
Yes but only for admins/masters
14%
No. It is my private secret
11%
WTF ?
Forwarded from Bots.Business
How to make trc 10 token autopayment full video

https://youtu.be/KXSyFVCaA-Y

by @Master_radical
New bot from community
New bot from Community
downtime in progress