Bots.Business
4.1K subscribers
587 photos
18 videos
26 files
552 links
Download Telegram
We still have issue with broadcasting and Bot.runAll

This functions are temporary disabled now because they destruct another background tasks.

Please wait for upgrade. We need more power system with broadcasting.
Please be careful with Bot.run and run_after

User can run command twice.
So your Bot.run_after also can be runned 2 times or more!

It can be waste all your iterations!
On Cloud Plan it is also bad!
We had a lot such errors. Fixed
Fixed
BB hosted on hetzner.cloud
It have good prices

It is Europe service in Germany.

Take โ‚ฌ 20 bonus by my link
Bot.sendMessageToX deprecated. Will be removed.

Bot.runAll will be available for broadcasting.
Fix in progress
Fixed
We have issue with BJS-runtime now.
Upgrade in progress
BJS-runtime upgraded for +100% power
Forwarded from BBAdminBot
CoinPaymentsLib error:

The CoinPayments API cannot be used from this IP at this time, if you are the owner of this service please post a support ticket at https://www.coinpayments.net/help-support
Please take action if you use CP LIB!
Please visit https://www.coinpayments.net/help-support
and send this support request.

I think the more users write, the faster CP will fix this problem
โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”-

Hello, I have such error now:

"The CoinPayments API cannot be used from this IP at this time, if you are the owner of this service please post a support ticket at https://www.coinpayments.net/help-support"

I have such error in Bots.Business Platform. It is platfrom for Telegram bot development.

API placed on api.bots.business. Many users are use this API for Coinpayments integration with CP Lib:
https://help.bots.business/libs/coinpayments

Can you please fix this error? Because my bot is not working now with Coinpayments
Forwarded from BotNews
Bot API 5.1

โ€ข Added updates about member status changes in chats: my_chat_member and chat_member
โ€ข Support for improved invite links
โ€ข Basic info about voice chats
โ€ข And more, read the full changelog here:

https://core.telegram.org/bots/api-changelog#march-9-2021

Warning: After one of the upcoming Bot API updates, some user identifiers will become bigger than 2^31 - 1 and it will be no longer possible to store them in a signed 32-bit integer type. User identifiers will have up to 52 significant bits, so a 64-bit integer or double-precision float type would still be safe for storing them. Please make sure that your code can correctly handle such user identifiers.
New bot in the Store - @DemoQRGenBot
โ—๏ธBJS Security
BJS is very powerful and flexible. But with this. But simply make the code vulnerable.

๐Ÿ†˜ Read it again:
https://help.bots.business/scenarios-and-bjs/bjs-security
โ“ How To Check Live Price By Coinbase Api.

โ‰๏ธ First On Bot.Business.

โ™ป๏ธ Command - Live

๐ŸŒ BJS - HTTP.get({ url: "
https://api.coinbase.com/v2/prices/spot?currency=USD", success: "/Price" })

โ™ป๏ธ Command - /Price

๐ŸŒ BJS -

var result = JSON.parse(content)
var btc = result.data.amount
var time = Libs.DateTimeFormat.format(new Date(),"h:M:s T")+"M"
Api.sendPhoto({ photo: "https://bit.ly/38y1Yle",
caption: "*๐Ÿ“Š Live BTC Price = "+btc+" $\n\nโณ Server Time = "+time+"\n\n๐ŸŒ Developer = @Shadab_Alam*", parse_mode: "Markdown" })


๐Ÿ’Ž Coded By :-
@Shadab_Alam
โค1๐Ÿ‘1๐Ÿ˜1