Bots.Business
4.09K subscribers
587 photos
18 videos
26 files
552 links
Download Telegram
With your BB Api key it is possible
- read any BB data: bots, BJSs, tokens
- save any data
- anything what is possible with app.bots.business

Do not share BB Api Key
Can @SoulGoku be an administrator?
Anonymous Poll
50%
No
10%
Who is it?
38%
Yes
2%
Maybe later
We have lot of questions about BB admins/masters

Please wait for news.
We need database update.
All servers will be down for 15-30 min
Upgrade in progress. Please wait for 15-30 minutes
App is OK
API started...
API - OK
We have more good database server now - more data and more memory.
We have 5 admins now and Bill Gates as an honorary member

Until no more admins are needed
Do not order secure bot from untrusted developers.

Do not use withdrawal permissions for Api Key if you are not using it.

Use emails confirmation for withdrawal or etc.

Do not share your login and password (bb or not bb).

Do not share your Api Keys.

Always remember! Telegram users can be totally anonymous. Your bot can be totally unsecured. It is not possible to find anybody after vulnerable.

Read more about secure

Order BB inspection for secure bot
@BBAdvBot - new auction available now.

50k ads pack.
Min price - 50 usd
Bots.Business
data.xxx WILL BE removed at 1 Feb 2021 How to prepare for this? - do not use it! - add to @ before all command: data = null; then fix all bot's error with data if you still want data add in @ before all command: data = { user: user, bot: bot…
data.xxx WILL BE removed at 30 Feb 2021

How to prepare for this?
- do not use it!
- add to @ before all command:
data = null;
then fix all bot's error with data

if you still want data add in @ before all command:

data = {
user: user,
bot: bot,
chat: chat
...
}

Why we remove data?
Because data really is not needed. It is deprecated code.
Why we need write data.xxx if we can use only xxx
It is 100% identical!
Bot.sendMessage is fixed