This code is slowly:
var welco = User.getProperty("welco");
if (!welco) {
User.setProperty("welco", user.telegramid, "text");
}
Use code from the
https://t.me/botsbus/1988
var welco = User.getProperty("welco");
if (!welco) {
User.setProperty("welco", user.telegramid, "text");
}
Use code from the
https://t.me/botsbus/1988
Telegram
Bots.Business
How to check that user is totally new in the bot?
on /start command
if(request && (request.message_id==1)){
Bot.sendMessage("Thank you for starting bot!")
}else{
Bot.sendMessage("Hello again, old user")
}
How it is works?
The first message from…
on /start command
if(request && (request.message_id==1)){
Bot.sendMessage("Thank you for starting bot!")
}else{
Bot.sendMessage("Hello again, old user")
}
How it is works?
The first message from…
👍4
We have punishments with @BBPointBot now:
⚠️ Restrictions - possible punishments (read mode only):
- 8-hour -
- 24-hour -
- 1-week -
- Permanent -
Why i have can - BBP?
- none English text
- spam (bots, channels, etc)
- nude content
- foul language, swearing
You can promote your own BB bots or any BB-relative service
Tag it with #bbbot , #aroundBB
But you also can have -1 BBP or more - so keep your BBP balance positive
⚠️ Restrictions - possible punishments (read mode only):
- 8-hour -
💎 -1 BBP.- 24-hour -
💎 -3 BBP.- 1-week -
💎 -6 BBP.- Permanent -
💎 -10 BBP.Why i have can - BBP?
- none English text
- spam (bots, channels, etc)
- nude content
- foul language, swearing
You can promote your own BB bots or any BB-relative service
Tag it with #bbbot , #aroundBB
But you also can have -1 BBP or more - so keep your BBP balance positive
👎9👍4🔥3❤1
Bots.Business
Are we need something like this in BB Store? https://t.me/hamster_kombat_boT/start?startapp=kentId519829299
We already know how to make such games in BB.
I spent time researching the game mechanics and I can say:
- bonus clock mechanics possible with ResLib
- web application is possible with our web application
- daily tasks like YouTube are fake so this is possible too
- an option with a mechanical crane is possible
- bonus combination - possible
- Morse task - possible
- recommendations - possible
- top list - possible (but looks fake)
What's difficult?
- is web application coding. I think it's 70% web app, 30% bot (web development requires good skills).
- you need to understand the web part and the server part (the web application can be hacked, fake data from the web application is possible)
- we need to check the bonus on the server before receiving rewards
- the tap mechanic is not so necessary at high levels (we can check the hour limit before receiving the reward on the server side), so it can be faked by the players, but this is not critical
- views on YouTube are completely fake 😆
YouTube doesn't have an API for this
- multilingualism is also difficult
I think we need a good demo for such WebApp Games.
I spent time researching the game mechanics and I can say:
- bonus clock mechanics possible with ResLib
- web application is possible with our web application
- daily tasks like YouTube are fake so this is possible too
- an option with a mechanical crane is possible
- bonus combination - possible
- Morse task - possible
- recommendations - possible
- top list - possible (but looks fake)
What's difficult?
- is web application coding. I think it's 70% web app, 30% bot (web development requires good skills).
- you need to understand the web part and the server part (the web application can be hacked, fake data from the web application is possible)
- we need to check the bonus on the server before receiving rewards
- the tap mechanic is not so necessary at high levels (we can check the hour limit before receiving the reward on the server side), so it can be faked by the players, but this is not critical
- views on YouTube are completely fake 😆
YouTube doesn't have an API for this
- multilingualism is also difficult
I think we need a good demo for such WebApp Games.
👍8🔥3❤2🥰2🤔2
Bots.Business
Once more about just_created fields for user and chat. There are clarifications. (Help and prev message are edited) We have user.just_created - only for totally new BB user! User can have any BB bot(s) before your bot. So user.just_created will be false.…
⚠️ From this date we delete blocking chat only after 6 months.
chat.just_created is true for new chat on /start command
For old blocked chats:
- is just created if user restart blocking after 6 months
- it NOT just created if user restart blocking in 6 months
You can use this code for welcome bonus:
Please note:
Use
#justCreated
chat.just_created is true for new chat on /start command
For old blocked chats:
- is just created if user restart blocking after 6 months
- it NOT just created if user restart blocking in 6 months
You can use this code for welcome bonus:
if(chat.just_created && chat.chat_type=="private"){
Bot.sendMessage("Hello, new user!")
// bonus here
}else{
Bot.sendMessage("Hello, old user!")
}Please note:
User can make new group chat with bot. We need to check that chat is "private" only.
User can have only one private chat with bot.
Use
chat.just_created - it is more quickly way for new chat verification.#justCreated
👍10❤3🔥3
Code refactoring with #timeout issue.
This is bad code example. It have timeout issue and looks very complex.
In this topic i make code refactoring step by step.
You can use it for teaching.
This is bad code example. It have timeout issue and looks very complex.
In this topic i make code refactoring step by step.
You can use it for teaching.
❤5👍1
Cloud.FREE
🔹100 000 000 iterations per month and more
🔹Personal Support Level
🔹Advanced analytical (Available from PRO cloud or from PRO.Cloud power)
🔹Power: like Cloud.Start and can be scaled to Cloud.BigBusiness and more!
📌 Cost: FREE
Why I need it?
- With Cloud we can tune your bots!
Them will be more faster!
- You will have Personal Support
- We can scale your Cloud Power if you have promotion
Requirements:
- only for Free with ADs Plan
- your bots must have more then 50 000 chats
- your bots must show 5 ads per minute and more
- other requirements
How to get it?
- Please PM to @BotsBusinessAdmin with.
Send:
I want Cloud.FREE. My email is: <MyEmail>✍️ P.S.
- Picture - it is Advanced analytic. Iterations per minute, Errors, ADs sending and etc. (Available from
PRO.Cloud or your FREE Cloud must have this power.)P.P.S
Owner jst***@gmail.com -your Plan converted to Cloud.Free because you have big traffic. Your bots are fine now and fast. Please PM to @BotsBusinessAdmin for Personal support
Please open Telegram to view this post
VIEW IN TELEGRAM
🥰5👍3🔥1
✅ We are pleased to announce that our team has successfully improved server performance, which has had a positive effect on request processing speed.
Moreover, the number of very slow requests (over 1000 milliseconds) has decreased by 35.7% today compared to last week, significantly improving the overall experience of using our service.
We thank you for your trust and continue to work to further improve our service so that you can enjoy an even faster and smoother experience. Thank you for being with us!
Moreover, the number of very slow requests (over 1000 milliseconds) has decreased by 35.7% today compared to last week, significantly improving the overall experience of using our service.
We thank you for your trust and continue to work to further improve our service so that you can enjoy an even faster and smoother experience. Thank you for being with us!
🤣19❤5👏3👍2🥰1🎉1🙈1
Forwarded from AdHub.plus News
33% discount!
ActiveAD price: 0.5$ per 1000 ads
Old price:
InstantAD Cost: 0.2 USD per 1000 sending
Old cost:
1 250 000 chats available for broadcasting now!
✅ Start your promotion now on AdHub.plus!
Please open Telegram to view this post
VIEW IN TELEGRAM
👎6🔥3❤2👍1
Timeout issue fixing digest
We have several timeouts errors:
- BJS timeouts (Req timeout)
- Props reading timeouts
- External API timeouts (some users use free limited api)
More rarely:
- Telegram Api timeouts (yes, Telegram can down sometimes)
- other timeouts
This is this month chart for BJS timeouts (Req timeout - green line) and Props Timeouts (yellow line).
Prop timeout error can invoke Req timeout (so green and yellow line very similar)
From 10 July we have decreasing of Timeouts errors - you can see this on charts. It is 300%-500% decreasing.
We have several timeouts errors:
- BJS timeouts (Req timeout)
- Props reading timeouts
- External API timeouts (some users use free limited api)
More rarely:
- Telegram Api timeouts (yes, Telegram can down sometimes)
- other timeouts
This is this month chart for BJS timeouts (Req timeout - green line) and Props Timeouts (yellow line).
Prop timeout error can invoke Req timeout (so green and yellow line very similar)
From 10 July we have decreasing of Timeouts errors - you can see this on charts. It is 300%-500% decreasing.
👎9👍2🔥1
⚠️ We remove all RunAfter tasks for all stopped bots after 1 day now.
So if you stop bot and start it again after 24 hours - all runAfter tasks will removed
So if you stop bot and start it again after 24 hours - all runAfter tasks will removed
👍10❤1
We start the first Ads Income Share payment (AIS).
Yes, it is small amount and only for FREE.Clouds users. But we started it and will improve step by step! 😊🎉
If you have FREE.Cloud you receive such message:
Yes, it is small amount and only for FREE.Clouds users. But we started it and will improve step by step! 😊🎉
If you have FREE.Cloud you receive such message:
We are excited to announce the launch of our new program: Ads Income Share.
This program is currently available exclusively for Free Clouds with ADS, and you are eligible to participate.
Thank you for your hard work. Your impressive traffic has prompted us to reward you with a payment.
This is an initial test payment. We aim to increase this amount in the future, but we need to develop the program further and will proceed step by step. However, we are starting now!
Increase your bot traffic to maximize your earnings!
Your month amount: XX$
🔥8❤3👍3