If you notice any errors or issues, please let us know β weβll fix them right away!
π Also New Feature Coming Soon: Webhooks β Execute any command instantly by simply calling a webhook URL!
π Also New Feature Coming Soon: Webhooks β Execute any command instantly by simply calling a webhook URL!
Hey everyone π
Sorry to disturb you all, but could you please share any errors or issues youβve faced while using our website or the TBL language?
So we can start resolving those issues
Sorry to disturb you all, but could you please share any errors or issues youβve faced while using our website or the TBL language?
So we can start resolving those issues
β€2π2 1
TeleBotHost
Hey everyone π Sorry to disturb you all, but could you please share any errors or issues youβve faced while using our website or the TBL language? So we can start resolving those issues
Really no issues ?
Nobody reported π₯²
Nobody reported π₯²
TeleBotHost
Really no issues ? Nobody reported π₯²
A major bug noticed by us Bot.runCommand() only works on message update
We will update that tomorrow so it can work for all types of updates
TeleBotHost
A major bug noticed by us Bot.runCommand() only works on message update We will update that tomorrow so it can work for all types of updates
Sorry for delay but
We planned to fix + add new things togather that's why need some time to test and made docs
We planned to fix + add new things togather that's why need some time to test and made docs
π¨ We've pushed a new update! It might have some minor bugs and could occasionally show the same error multiple times.
If you notice any such issues, please notify us. Your feedback is highly appreciated! π
We will notify about new things once the modified docs are ready.
If you are limited can't message use @Soumya_feed_back_bot to notify
If you notice any such issues, please notify us. Your feedback is highly appreciated! π
We will notify about new things once the modified docs are ready.
If you are limited can't message use @Soumya_feed_back_bot to notify
Finally we have some updates now
Updated things
1. New features and fixes
2. Api.xxx chained feature
3. request object in Webhook
Upcoming fixes and current Bugs
Updated things
1. New features and fixes
2. Api.xxx chained feature
3. request object in Webhook
Upcoming fixes and current Bugs
TeleBotHost
Finally we have some updates now Updated things 1. New features and fixes 2. Api.xxx chained feature 3. request object in Webhook Upcoming fixes and current Bugs
We now support dynamic commands
It's idea credits goes to an another platform TeleBot Creator
And we support Webapp features with This
It's idea credits goes to an another platform TeleBot Creator
And we support Webapp features with This
β€3π€―1 1 1
If anybody have and issues and questions fell free to tell us in commets
β€1 1
TeleBotHost
Finally we have some updates now Updated things 1. New features and fixes 2. Api.xxx chained feature 3. request object in Webhook Upcoming fixes and current Bugs
https://t.me/TBHCodes/40
And example posted on the latest Api.xxx response chaining to make your bot devolopment more faster
And example posted on the latest Api.xxx response chaining to make your bot devolopment more faster
Telegram
TBL Codes
An example of the latest Api class respose chaining
//First let's send a message
let initMes = await Api.sendMessage({
text: "This message going to be Edited"
})
// Or u can use Bot.sendMessage too
//Now let's edit it
initMes.editText("Hey this isβ¦
//First let's send a message
let initMes = await Api.sendMessage({
text: "This message going to be Edited"
})
// Or u can use Bot.sendMessage too
//Now let's edit it
initMes.editText("Hey this isβ¦
But we need your support to keep it running smoothly and grow stronger
Hereβs how you can help:
Letβs keep building a stable, long-lasting community together!
Please open Telegram to view this post
VIEW IN TELEGRAM
β€3 3π€―1 1
β€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>
β€3 3 2
Check our Status Page to stay updated on our service uptime and performance:
https://status.telebothost.com/
https://status.telebothost.com/
Telebothost
TeleBotHost status
Welcome to TeleBotHost status page for real-time and historical data on system performance.
π4 3πΏ1
π€ @TgDocsXBot β Instantly search Telegram documentation for quick and accurate help.
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β¦Β»
How to clone bot in TeleBotHost
How to tranfer bot in TeleBotHost
Docs : https://telebothost.com/docs/#class-tbl
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 awaitDocs : https://telebothost.com/docs/#class-tbl
β€4π2 2π1
You donβt need to use
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
https://telebothost.com/docs/#module-crypto
Update: https://telebothost.com/docs/#crypto-formdata-update
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.xxxhttps://telebothost.com/docs/#module-crypto
Update: https://telebothost.com/docs/#crypto-formdata-update