Weβre happy to announce a new update on our web platform.
This update focuses on simplicity, smooth performance (even on low-end devices), and improved UI.
- Removed all animations (like Lottie files) for faster loading and smoother experience
- Replaced text badges with icons for Clone and Transfer indicators on bot cards
- Redesigned User Profile Page (Edit actions are now 60% functional)
- Added browser cache mechanism for quicker page loading
- Fixed several code editor issues
- Updated Command Cards
- </> β Command has code
- ‴οΈβ "Need Reply" enabled
- β¨οΈ β Command has keyboard
- π¬ β Command has answer
- New Bot Store UI for more user-friendly navigation
Please open Telegram to view this post
VIEW IN TELEGRAM
Please open Telegram to view this post
VIEW IN TELEGRAM
β€1
β οΈ Important Tip for Everyone
Moving your bot from another platform to ours?
π First thing: REVOKE your old bot token!
Why?
Because some platforms secretly use your token to push ads through your bot π«
Then you think we are showing ads β but we donβt! β
π New token = Clean bot, No ads, Full control.
Moving your bot from another platform to ours?
π First thing: REVOKE your old bot token!
Why?
Because some platforms secretly use your token to push ads through your bot π«
Then you think we are showing ads β but we donβt! β
π New token = Clean bot, No ads, Full control.
Forwarded from TBL Codes
π2
If You are a beginner and serching for demo codes then visit
https://t.me/TBHCodes
https://t.me/TBHCodes
TeleBotHost
Don't forgot to share our platform with friends
β€2
Learn how to host your Telegram bots 24/7 for FREE using TeleBot Host
Don't forget to subscribe & like the video
Support By Joining @FlashComOfficial
Please open Telegram to view this post
VIEW IN TELEGRAM
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