The first ads bb broadcasting is just runned.
Only for free bots with ads.
Your iterations is not spent.
Only for free bots with ads.
Your iterations is not spent.
You can always turn off Ads in App - Profile - Billing
Your bots will be not affected for future Ads broadcasting.
Your bots will be not affected for future Ads broadcasting.
What is Multi Account?
Each bot have Bot Nickname from @BotFather.
It is possible to bound this username only for one BB 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"
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 '
} )
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 '
} )
Critical bug in BB Point bot with Point Request
Fix in progress.
If you have your own BB Points - stop it now
Fix in progress.
If you have your own BB Points - stop it now
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 ?