bootg.com »
United States »
Telegram News / Beta / Unofficial Desktop Versions / Web / TG Bots / Subreddit / DMG by RTP [MacOS] » Telegram Web
🗂Welcome to @BotsArchive, the most powerful archive in the telegram bots history.
Here we will post new useful bots almost everyday, feel free to use our bot @BotsArchiveBot to suggest new ones or search them in our database.
🌐 Website: http://www.botsarchive.com
⚙ APIs: http://www.botsarchive.com/docs.html
👤Get in touch with us: @BotsArchiveSupportbot
🏆 BEST NEW BOTS OF THE WEEK 🏆
🥇 stranger_cupid_bot - ⭐️⭐️⭐️⭐️ (3.9/5 on 89 votes)
🥈 SuperiorMainBot - ⭐️⭐️⭐️⭐️ (4.2/5 on 73 votes)
🥉 Ringe24Bot - ⭐️⭐️⭐️⭐️ (4.1/5 on 49 votes)
🏆 BEST BOTS OF ALL TIME 🏆
🥇 music editor - ⭐️⭐️⭐️⭐️⭐️ (4.8/5 on 46182 votes)
🥈 🎧 Music Downloader - ⭐️⭐️⭐️⭐️⭐️ (4.7/5 on 26341 votes)
🥉 Screenshot Generator Bot - ⭐️⭐️⭐️⭐️⭐️ (4.8/5 on 10222 votes)
Here we will post new useful bots almost everyday, feel free to use our bot @BotsArchiveBot to suggest new ones or search them in our database.
🌐 Website: http://www.botsarchive.com
⚙ APIs: http://www.botsarchive.com/docs.html
👤Get in touch with us: @BotsArchiveSupportbot
🏆 BEST NEW BOTS OF THE WEEK 🏆
🥇 stranger_cupid_bot - ⭐️⭐️⭐️⭐️ (3.9/5 on 89 votes)
🥈 SuperiorMainBot - ⭐️⭐️⭐️⭐️ (4.2/5 on 73 votes)
🥉 Ringe24Bot - ⭐️⭐️⭐️⭐️ (4.1/5 on 49 votes)
🏆 BEST BOTS OF ALL TIME 🏆
🥇 music editor - ⭐️⭐️⭐️⭐️⭐️ (4.8/5 on 46182 votes)
🥈 🎧 Music Downloader - ⭐️⭐️⭐️⭐️⭐️ (4.7/5 on 26341 votes)
🥉 Screenshot Generator Bot - ⭐️⭐️⭐️⭐️⭐️ (4.8/5 on 10222 votes)
Autogenerated TypeScript bindings for the Bot API!
If you're into making Telegram bots, you may have found the typings provided by libraries for the API to be mediocre.This is actually because:Telegram does not provide a machine-readable bot API schema from which we could generate typingsThe docs themselves seem to be written by hand, which makes parsing difficultI got mildly annoyed at this, and my bot project ended up sidetracked into writing a script that parses the API docs and generates TypeScript definitions for:Every shared interfaceEvery union of typesEvery method input typesEvery method output typesJSDoc annotationsStatic string discriminators (where applicable)It's pretty comprehensive. I hope this will be useful to library maintainers and people writing their own bots without libraries.Here's the link: https://github.com/vezaynk/telegram-bot-typescript/tree/masterI've just finished writing this over the weekend. Feedback is welcome!
Submitted July 07, 2025 at 09:02PM by vezaynk
on r/TelegramBots via https://www.reddit.com/r/TelegramBots/comments/1lu2tl1/autogenerated_typescript_bindings_for_the_bot_api/?utm_source=iftttBackup by @tmebackupA @rtptme project - Other backups: http://pixly.link/tme
If you're into making Telegram bots, you may have found the typings provided by libraries for the API to be mediocre.This is actually because:Telegram does not provide a machine-readable bot API schema from which we could generate typingsThe docs themselves seem to be written by hand, which makes parsing difficultI got mildly annoyed at this, and my bot project ended up sidetracked into writing a script that parses the API docs and generates TypeScript definitions for:Every shared interfaceEvery union of typesEvery method input typesEvery method output typesJSDoc annotationsStatic string discriminators (where applicable)It's pretty comprehensive. I hope this will be useful to library maintainers and people writing their own bots without libraries.Here's the link: https://github.com/vezaynk/telegram-bot-typescript/tree/masterI've just finished writing this over the weekend. Feedback is welcome!
Submitted July 07, 2025 at 09:02PM by vezaynk
on r/TelegramBots via https://www.reddit.com/r/TelegramBots/comments/1lu2tl1/autogenerated_typescript_bindings_for_the_bot_api/?utm_source=iftttBackup by @tmebackupA @rtptme project - Other backups: http://pixly.link/tme
Prompts to setup alerts on anything
Bob Reynolds is a bot that keeps sentient for anything in the worldJust prompt what you want to keep informed about and Sentry will keep you informed:“Inform me when Superman gets a Rotten Tomatoes score”“Alert me if GTA VI gets a new trailer or official images”"Tell me whenever bitcoin drops 10% in price"I developed it a webhook system, and then made my telegram-bot use it. Thus the bot is kinda an interface for the serviceYou can look at the service here: https://news-hook-frontend-205743657377.southamerica-east1.run.app/And the source code is here: https://github.com/MatthewLacerda2/news-hookWould love feedback, use cases I haven’t thought of, and critiques on design or security.Thanks!
Submitted July 07, 2025 at 10:11PM by Blender-Fan
on r/TelegramBots via https://www.reddit.com/r/TelegramBots/comments/1lu4mnd/prompts_to_setup_alerts_on_anything/?utm_source=iftttBackup by @tmebackupA @rtptme project - Other backups: http://pixly.link/tme
Bob Reynolds is a bot that keeps sentient for anything in the worldJust prompt what you want to keep informed about and Sentry will keep you informed:“Inform me when Superman gets a Rotten Tomatoes score”“Alert me if GTA VI gets a new trailer or official images”"Tell me whenever bitcoin drops 10% in price"I developed it a webhook system, and then made my telegram-bot use it. Thus the bot is kinda an interface for the serviceYou can look at the service here: https://news-hook-frontend-205743657377.southamerica-east1.run.app/And the source code is here: https://github.com/MatthewLacerda2/news-hookWould love feedback, use cases I haven’t thought of, and critiques on design or security.Thanks!
Submitted July 07, 2025 at 10:11PM by Blender-Fan
on r/TelegramBots via https://www.reddit.com/r/TelegramBots/comments/1lu4mnd/prompts_to_setup_alerts_on_anything/?utm_source=iftttBackup by @tmebackupA @rtptme project - Other backups: http://pixly.link/tme
Slap to Earn, Mini Game is Live!
A new generation pixel based slap to earn game! Worth a try! We are waiting for your comments!
Submitted July 06, 2025 at 11:48AM by furetu_
on r/TelegramBots via https://www.reddit.com/r/TelegramBots/comments/1lsxfxv/slap_to_earn_mini_game_is_live/?utm_source=iftttBackup by @tmebackupA @rtptme project - Other backups: http://pixly.link/tme
A new generation pixel based slap to earn game! Worth a try! We are waiting for your comments!
Submitted July 06, 2025 at 11:48AM by furetu_
on r/TelegramBots via https://www.reddit.com/r/TelegramBots/comments/1lsxfxv/slap_to_earn_mini_game_is_live/?utm_source=iftttBackup by @tmebackupA @rtptme project - Other backups: http://pixly.link/tme