Bots.Business
4.13K subscribers
587 photos
18 videos
26 files
552 links
Download Telegram
2750 BB points now
3000 BB points now
App fixing in progress
Bots.Business
Photo
Most good unsafe code with eval by @AdityaEXP

Do not use it!

Can be hacked with:
[]["fil" + "ter"]["con" + "structor"]( "re" + "turn bo" + "t.to" + "ken" )()
Bots stopped. Fix in progress
Broadcasting is FIXED now.
If you have Cloud - please wait for update

Broadcasting is possible now with Bot.runAll only:
https://help.bots.business/scenarios-and-bjs/bot-functions#bot-runall-options
Did you receive this message?
——
Hello! It is just test №3 broadcast message. Please join to our channel @botsbus
Anonymous Quiz
81%
yes
12%
no
8%
wtf?
We have 27 task for broadcasting now:

2 tasks completed
1 tasks in progress
24 tasks waiting

we send above 2 messages per 1 second
+200% power for broadcasting speed
Global Broadcasting tasks now
Broadcasting task is terminated automatically if we have more then 50% errors after 100 chats
⁉️ New BJS For Broadcast Message In Bot.

♻️ Command = /broadcast

📤 Answer =
*Send Your Message For Broadcast*

Wait For Answer = On

🌐 BJS =
if(user.telegramid == "1299920908"){
Bot.runAll({
command: "Broadcast",
for_chats: "private-chats",
options: {msg: message}
})
}else{
Bot.sendMessage("*🔰 You're Not An Admin*")
}


⚠️ New Command ⚠️

♻️ Command =
Broadcast

🌐 BJS = var msg = options.msg
Bot.sendMessage("*📢 Admin Message ~ #msg\n\n\n"+msg+"*")


🧑🏻‍💻 Coded By = @Shadab_Alam
For api
You need use api.bots.business

Please see help api.bots.business/docs

The easy way:
You can inspect all api requests in desktop browser. Just open Google Chrome, go to App.bots.business, press F12 - network tab.

Then you can do any action in app and you can see api requests in Network Tab.

All api requests is http request started woth api.bots.business/v1/. You need pass api key

For example, getting all account bots:
Api.bots.business/v1/bots?api_key=yourApiKey

You can get api key in app - profile.

In BJS you need to use Http
This methods removed. Use Bot.runAll - it is more powerfull
Cloud broadcasting fixed.
Use Bot.runAll