TeleBotHost
1.14K subscribers
29 photos
4 files
55 links
Download Telegram
If anybody have and issues and questions fell free to tell us in commets
❀11
What features need next ??
❀1πŸ—Ώ11
😭 Brothers! We’ve fixed bugs and added exciting new features to our platform!

But we need your support to keep it running smoothly and grow stronger πŸ’ͺ

Here’s how you can help:

1️⃣ Make a post about us and share with your network
2️⃣ Or share our platform codes – this way both your channel and our platform grow together!
3️⃣ Or just share this post with friends or community

Let’s keep building a stable, long-lasting community together!
Please open Telegram to view this post
VIEW IN TELEGRAM
❀33🀯11
We have 2 new bots on our Bot store

https://console.telebothost.com/#store
❀2🀩1🀝1
Forwarded from TBL Codes
let content = "Hello World! This is a test file.";
let buffer = Buffer.from(content, 'utf8');

Api.sendDocument({
document: buffer,
filename: "test.txt",
caption: "βœ… File from buffer"
});

TBL now support direct file sending as a <Buffer>
❀332
πŸ€– @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