BB hosted on hetzner.cloud
It have good prices
It is Europe service in Germany.
Take โฌ 20 bonus by my link
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.
Bot.runAll will be available for broadcasting.
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
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
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
We have such error with CP now.
All bots in BB.General have such erorrs.
It is CP issue
All bots in BB.General have such erorrs.
It is CP issue
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
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
help.bots.business
CoinPayments (CP) | Bots.Business - Help
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
โข 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.core.telegram.org
Bot API changelog
The Bot API is an HTTP-based interface created for developers keen on building bots for Telegram. To learn how to createโฆ
โ๏ธ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
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
help.bots.business
BJS Security | Bots.Business - Help
https://t.me/BBActionsLogs - we have logs for BB Chat admins actions
Telegram
BB LOGS
@ChatBotsBusiness Banned or muted users notifications.
How to make bot export to Gitgub
Video from @UntoldHacker
https://www.youtube.com/watch?v=07MYMPAVT4c&ab_channel=Kp%27sSpecials
Video from @UntoldHacker
https://www.youtube.com/watch?v=07MYMPAVT4c&ab_channel=Kp%27sSpecials
YouTube
How to export your Bot to GitHub repo / Bots.business / Secrets in description
This vedio was posted, for telling how to upload a telegram bot to GitHub repo!
App link: http://bots.business/?utm_source=bot_ads&utm_medium=bb-adv2&utm_campaign=%20bot_168585:%20BotSellerMegaBot
Order Readymade bots: https://t.me/BotSellerBotโโ
Video maker:โฆ
App link: http://bots.business/?utm_source=bot_ads&utm_medium=bb-adv2&utm_campaign=%20bot_168585:%20BotSellerMegaBot
Order Readymade bots: https://t.me/BotSellerBotโโ
Video maker:โฆ
Forwarded from ๊ง ยฐแญ Your Friend ใ๊งใ๐ฎ๐ณใ
โ 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 -
๐ Coded By :- @Shadab_Alam
โ๏ธ 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
use camelCase for naming:
// https://www.w3schools.com/js/js_conventions.asp#:~:text=Naming%20Conventions&text=Variable%20and%20function%20names%20written,like%20PI)%20written%20in%20UPPERCASE
// https://www.w3schools.com/js/js_conventions.asp#:~:text=Naming%20Conventions&text=Variable%20and%20function%20names%20written,like%20PI)%20written%20in%20UPPERCASE