TeleBotHost
1.14K subscribers
29 photos
4 files
55 links
Download Telegram
πŸ€– @TgDocsXBot β€” Instantly search Telegram documentation for quick and accurate help.
3😁22
TeleBotHost pinned Β«πŸš€ How to Host Telegram Bots for Free | Full Guide (2025 ) Using Telebot Host Learn how to host your Telegram bots 24/7 for FREE using TeleBot Host πŸŽ₯ Watch basic video now on YouTube: πŸ‘‰ How to Host Telegram Bots for FREE | Full Guide (2025) Using TeleBot…»
Now you can jump straight from the error logs to editing your code instantly!

In the command tab, only the first load takes time; subsequent loads will be instant.
8❀54🀩1
How to clone bot in TeleBotHost

const res = await TBL.clone({
  bot_id: bot.id,//bot id required
  start_now: true,//if want to clone and start now , optinal
  bot_token: '12345:abc', //start_now needs bot token for which bot need to start , optional
  all_prop: true, //true if want all prop to copy only bot prop supported, optional
  bot_props: {
    theme: 'dark', //prop 1
    welcome: 'Welcome to my new bot!' //prop2
  } //Custom prop to pass , auto type detection , optional
});

Bot.inspect(res)//check the response

/*
{
ok: true,
result: {
bot_id: 544xxxxx,
bot_name: 'Tbl Test',
owner: 'mymail@telebothost.com',
commands_count: 9
}
}
*/

How to tranfer bot in TeleBotHost

const result = await TBL.transfer({
bot_id: bot.id,
to_mail: 'newuser@telebothost.com'
});

//TBL.clone and TBL.transfer are both async need await


Docs : https://telebothost.com/docs/#class-tbl
❀4πŸ‘22😁1
Suggest some features to add πŸ™‚
Please open Telegram to view this post
VIEW IN TELEGRAM
❀21
You don’t need to use modules.crypto.xxx β€” you can simply use crypto.xxx.
Since the crypto library is one of the most commonly used, it’s included by default.

And also form-data library also default as FormData so you can use FormData.xxx

https://telebothost.com/docs/#module-crypto

Update: https://telebothost.com/docs/#crypto-formdata-update
53🀝2πŸ†’1
If anyone using our website dashboard on desktop pls comment need a small help
Webhook updating, so there can some Errors

Everything fine now
We have updated few things:

1. updated our Webhook class
2. Added Webapp class
3. Updated res class

Tip: Webhook and Webapp class are just for genarate the URLs, and res is for sending response to client

If any error occurs just fell free to tell us
πŸ‘3πŸ‘Œ1
TeleBotHost
Added Webapp class
Let's make APIs, websites together πŸ˜ƒ
Please open Telegram to view this post
VIEW IN TELEGRAM
😁2πŸ₯°1
Should we also add Login/Signup using phone number on our website?
If your number is on WhatsApp 😜, the OTP will be sent there βœ…
Otherwise, you can login/signup with your email βœ‰οΈ

What do you think β€” good idea? πŸ€”
Please open Telegram to view this post
VIEW IN TELEGRAM
❀4🀯2😁1
TeleBotHost
Upcoming fixes and current Bugs
πŸš€ Update: Async Error Handling Fixed!

We’ve just rolled out an important fix for the Bot class async behavior πŸ› οΈ
Now all Bot methods like Bot.run() and Bot.runCommand() will throw errors properly β€” no more silent failures!

Also, message-related methods such as Bot.sendMessage() will now log errors directly in your bot error logs

βœ… More reliable
βœ… Easier debugging
βœ… Cleaner flow

Read more here:
https://telebothost.com/docs/#async-error
❀239πŸ‘5343🀩1
We’ve fixed a lot of issues β€” now you can run any production-ready bot smoothly! πŸš€

But honestly, it’s a bit sad to see that we’re not getting much support πŸ˜”
We’re offering a completely ad-free and free-to-use platform for developers to express their bot ideas β€” without charging even a single penny.

Other platforms filled with ads get users sharing their codes publicly,
but for us, only a few (2–3) users are sharing their work.

If you truly believe in open and free bot development,
please help us by sharing and supporting this mission ❀️
5❀3😁1
Added a new bot on bot store

@tbl_WebBot
3🀝1πŸ†’1
A request to all members

Please don’t just copy code from other platforms and paste it into TBL. It often won’t work that way. We have proper docs and many AI tools to help you learn β€” use them!

If you use GPT or any AI, read the code carefully and understand how it works. If something fails, ask clearly and learn from it.

Don’t be a copy-paster, be a real coder.
6432πŸ₯°1
Resources Lib is deprecated,

We need to fix it 1-2 day need to fix it , or any pro devoloper just can contribute to made better


Here the Libs
2πŸ”₯1πŸ—Ώ1
We’ve introduced a brand-new sleep() method in TBL!

Now your bot can take a tiny nap during execution β€” up to 10 seconds β€” which helps prevent rate-limit issues and smooths out rapid actions.

Usage:

sleep(1000) // pauses for 1s


This update also includes 2 new objects
- owner
- plan

Learn more about sleep
❀41
Soon we’ll be launching our Premium Plans with super affordable and satisfying pricing!

We will offer 3 fixed plans:
β€’ $1
β€’ $3
β€’ $5

And honestly, if you all support us, we’ll go crazy rolling out even more powerful features!
8❀22πŸ†1
TeleBotHost
Soon we’ll be launching our Premium Plans with super affordable and satisfying pricing! We will offer 3 fixed plans: β€’ $1 β€’ $3 β€’ $5 And honestly, if you all support us, we’ll go crazy rolling out even more powerful features!
I think these plans are truly affordable. Some platforms charge 5Γ— more while offering almost the same features as our free plan β€” and they still impose a strict command-run limit.
But here, we offer no limits on how much time Command runs.
❀1