Command run for other user is fixed:
Bot.run({
user_id: USER_ID
})
before we need to pass chat id also:Bot.run({
user_id: USER_ID,
chat_id: USER_ID // not needed now, user_id is needed only
})👍4👏2
Some broadcasting statistic on Cloud.
We have approx 1 chat per 1 sec speed.
It is approx 3600 chats per hour.
On BB General speed can be other.
It is good speed.
So we have still 29 messages for second - and bot continue working.
Very quick broadcasting speed is not good: bot can be stop working.
We have a good strength request here and at the same time the broadcasting speed is good.
Also we can scale broadcasting speed on Cloud by request.
We have approx 1 chat per 1 sec speed.
It is approx 3600 chats per hour.
On BB General speed can be other.
It is good speed.
Telegram API will not allow more than 30 messages per second.
So we have still 29 messages for second - and bot continue working.
Very quick broadcasting speed is not good: bot can be stop working.
We have a good strength request here and at the same time the broadcasting speed is good.
Also we can scale broadcasting speed on Cloud by request.
👍6👎4❤2🎉1
Current status:
- ✅ All bots works
- ✅ Web App: app.bots.business - works
- ❌ Mobile App: not working
- ❌ VS Code Extension: not working
Please use Web App now: app.bots.business
Our Secure Team working now
- ✅ All bots works
- ✅ Web App: app.bots.business - works
- ❌ Mobile App: not working
- ❌ VS Code Extension: not working
Please use Web App now: app.bots.business
Our Secure Team working now
We had auto fix for RefLib deprecated code.
But users again copy deprecated code like:
let reflink=Libs.ReferralLib.currentUser.getRefLink(""+bot.name+"","Bot");
let lib = Libs.ReferralLib
Bot.sendMessage("*Here Is Your Ref Link : "+reflink+"*")
use this instead:
But users again copy deprecated code like:
let reflink=Libs.ReferralLib.currentUser.getRefLink(""+bot.name+"","Bot");
let lib = Libs.ReferralLib
Bot.sendMessage("*Here Is Your Ref Link : "+reflink+"*")
use this instead:
let reflink = RefLib.getLink();
Api.sendMessage({ text: "*Here Is Your Ref Link : "+reflink+"*" })
👍7🤔1
Bots.Business
We have 52 DDoS attacks today. Downtime: 2 minutes Apdex has some degradation.
We have 423 DDoS attacks In last 3 days!
Result in 3 days:
- 5-15 min downtime only (2 minutes tracked)
- 0.88 - 0.91 Apdex (Good - very Good)
Total attacks due last 31 days:
788 attacks!
Result in 3 days:
- 5-15 min downtime only (2 minutes tracked)
- 0.88 - 0.91 Apdex (Good - very Good)
Total attacks due last 31 days:
788 attacks!
😱2
We continue development SmartBot architecture on demo bot.
It is:
- scheme for bot talk tree
- bot scheme (just json)
- bjs for /menu as example
With smartBot bot become very simple for editing and supporting:
- logic and content is really isolated
- simple bot can be development with JSON only
- extra logic will be in BJS like before
- Multi Lang architecture - FIRST
It is:
- scheme for bot talk tree
- bot scheme (just json)
- bjs for /menu as example
With smartBot bot become very simple for editing and supporting:
- logic and content is really isolated
- simple bot can be development with JSON only
- extra logic will be in BJS like before
- Multi Lang architecture - FIRST
❤7👎2
We found a bug that allowed a successful attack after 500 attempts.
Any service can be put down - it's a matter of time and money.
One way or another, the error was found and partially fixed. We continue to work and improve our service and protection.
Any service can be put down - it's a matter of time and money.
One way or another, the error was found and partially fixed. We continue to work and improve our service and protection.
👎6👍4❤2🔥2
Please don't use fake email for BB account.
Password recovery is not possible for fake emails.
Password recovery is not possible for fake emails.
👍5👏3👎1