#json
// JSON parsing bug workaround
let myData;
try {
myData = JSON.parse(content);
}catch(e){
// now on error you can see what text do you have in content
// and you can check this text in JSON validator
throw new Error('JSON parsing error: ' + content)
}π2
Bots.Business
β οΈβ οΈβ οΈ We start deletion of old props! π« All old props for 1 year stopped bots will be destroyed! Only props NOT bots! How to save data? - just restart your bot again and run /start - or put in your old BB Account 50 Eps or more. It is only 1 bb pointπ
Approx 20 Mln old props - deleted
π₯3
Bots.Business
π If you use own prefix for RefLib insted of default "user"! Need update here. Please see help for RefLib It is more easy to change ref link prefix! And you can change it in anytime (but old links will be deprecated) RefLib.track({ onTouchOwnLink: onTouchOwnLinkβ¦
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
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
Telegram
Bots.Business
π If you use own prefix for RefLib insted of default "user"!
Need update here. Please see help for RefLib
It is more easy to change ref link prefix! And you can change it in anytime (but old links will be deprecated)
RefLib.track({
onTouchOwnLink: onTouchOwnLinkβ¦
Need update here. Please see help for RefLib
It is more easy to change ref link prefix! And you can change it in anytime (but old links will be deprecated)
RefLib.track({
onTouchOwnLink: onTouchOwnLinkβ¦
π8β€1π1
We have more useful error messages now. Before (1 pic) and now (2 pic)
π1
Bots.Business
#json // JSON parsing bug workaround let myData; try { myData = JSON.parse(content); }catch(e){ // now on error you can see what text do you have in content // and you can check this text in JSON validator throw new Error('JSON parsing error: 'β¦
we have this in BB Core now by default
let errJson = '{ "valid": 5, invalid": 6 }'
JSON.parse(errJson);π1
Users asked about any videos with BB Tutorials.
And we have them:
https://www.youtube.com/results?search_query=bots.business
Also we still have reward for video: 50 - 1000 BBP (depended from quality)
You can create your own YouTube video around BB.
And we have them:
https://www.youtube.com/results?search_query=bots.business
Also we still have reward for video: 50 - 1000 BBP (depended from quality)
You can create your own YouTube video around BB.
π1
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
YouTube
BB Digest: October 2023
π₯2β€1
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