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 ?
Forwarded from Bots.Business
Video from Community:
How To Get Google Script Link For Email OTP Bot in Bots.Business
https://youtu.be/aPahBIg3Th4
How To Get Google Script Link For Email OTP Bot in Bots.Business
https://youtu.be/aPahBIg3Th4
YouTube
How To Get Google Script Link For Email OTP Bot in Bots.Business // Gs link // π₯π₯π₯
Important Links Are Given Below. πππ=================================π·Website Name Where you will get link βΆοΈhttps://script.google.com/homeYou Can read Th...