Bots.Business
4.14K subscribers
586 photos
18 videos
26 files
551 links
Download Telegram
Forwarded from Deleted Account
⁉️ New BJS For Adding Unlimited Admins In Bot.

♻️ Command:
/addadmin
🌐 Bjs:
if (user.telegramid == "OWNER_TELEGRAM_ID") {
Bot.setProperty("adm"+params+"","ADMIN","string")
Bot.sendMessage(" Successfully added "+params+" as Admin")
}

💠 Wait For Answer: off

=====================================

Command to check if admin

♻️Command: /admin
🌐Bjs:
let adm = Bot.getProperty("adm"+user.telegramid)
if (adm=="ADMIN") {
Bot.sendMessage("Welcome Admin ")
}else{
Bot.sendMessage("you are not admin")
}


Usage:
Type /addadmin 1196767401
Like this in params to add as admin, make sure that you type the command name and leave space and type the user ID.

𝘾𝙤𝙙𝙚𝙙 𝘽𝙮 @MRAn0nym0u5
Forwarded from Deleted Account
⁉️ New BJS For Adding Unlimited Admins In Bot.

♻️ Command:
/removeadmin
🌐 Bjs:
if (user.telegramid == "OWNER_TELEGRAM_ID") {
Bot.setProperty("adm"+params+"","USER","string")
Bot.sendMessage("Successfully removed "+params+" from Admin")
}

💠 Wait For Answer: off

=====================================

Command to check if admin

♻️Command: /admin
🌐Bjs:
let adm = Bot.getProperty("adm"+user.telegramid)
if (adm=="ADMIN") {
Bot.sendMessage("Welcome Admin ")
}else{
Bot.sendMessage("you are not admin")
}


Usage:
Type /removeadmin 1196767401
Like this in params beside the command, there must be user ID of whom you want to remove admin.

𝘾𝙤𝙙𝙚𝙙 𝘽𝙮 @MRAn0nym0u5
New demo bot from @Botmakerdev
The first ads bb broadcasting is just runned.

Only for free bots with ads.

Your iterations is not spent.
Ads Plan will be increased
You can always turn off Ads in App - Profile - Billing

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.
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