Bots.Business
Import! Your Ref system can be not working now! If you have this https://t.me/bot?start=100 Or https://t.me/bot?start=r100 And etc Instead of: https://t.me/bot?start=user100 It is custom ref prefix! Need fix! Read this https://t.me/botsbus/1870
❗️❗️❗️❗️❗️❗️❗️❗️❗️❗️❗️❗️
DOUBLE NOT WORKING ALERT AGAIN!
Import!
Your Ref system can be not working now!
If you have this Ref Link:
https://t.me/bot?start=100
Or
https://t.me/bot?start=r100
And etc
Instead of:
https://t.me/bot?start=user100
It is custom ref prefix! Need fix! Read this
Need fixing!
❌ Change your old code in /start command:
DOUBLE NOT WORKING ALERT AGAIN!
Import!
Your Ref system can be not working now!
If you have this Ref Link:
https://t.me/bot?start=100
Or
https://t.me/bot?start=r100
And etc
Instead of:
https://t.me/bot?start=user100
It is custom ref prefix! Need fix! Read this
Need fixing!
❌ Change your old code in /start command:
RefLib.track({
onAttracted: onAttracted
// any other your code here
...
});
✅ to this new code:RefLib.track({
onAttracted: onAttracted
// any other code here
...
// just add link prefix
linkPrefix: "user", // you can use "", "r" and etc
});👎5🤔1
Bots.Business
❗️❗️❗️❗️❗️❗️❗️❗️❗️❗️❗️❗️ DOUBLE NOT WORKING ALERT AGAIN! Import! Your Ref system can be not working now! If you have this Ref Link: https://t.me/bot?start=100 Or https://t.me/bot?start=r100 And etc Instead of: https://t.me/bot?start=user100 It is custom…
Telegram
Bots.Business
❗️❗️❗️❗️❗️❗️❗️❗️❗️❗️❗️❗️
DOUBLE NOT WORKING ALERT AGAIN!
Import!
Your Ref system can be not working now!
If you have this Ref Link:
https://t.me/bot?start=100
Or
https://t.me/bot?start=r100
And etc
Instead of:
https://t.me/bot?start=user100
It is custom…
DOUBLE NOT WORKING ALERT AGAIN!
Import!
Your Ref system can be not working now!
If you have this Ref Link:
https://t.me/bot?start=100
Or
https://t.me/bot?start=r100
And etc
Instead of:
https://t.me/bot?start=user100
It is custom…
🥰2❤1
❗️ Global telegram bug
FIXED!
We have this error now.
it is error from Telegram Api. All bots (not only BB) can't send messages
Bot can't send message to any external channel /chat (?).
Bot also have admin's permissions.
Update:
it is GLOBAL issue (for all bots like Python and etc):
link, link
WE WAIT FOR FIX FROM TELEGRAM
FIXED!
We have this error now.
it is error from Telegram Api. All bots (not only BB) can't send messages
Bot can't send message to any external channel /chat (?).
Bot also have admin's permissions.
Update:
it is GLOBAL issue (for all bots like Python and etc):
link, link
WE WAIT FOR FIX FROM TELEGRAM
😱4🤔2👍1🔥1
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