Published bots
Templates and community store listings from this developer.
Auto Reaction Bot
Community Store Listing@Like765_bot
AIThis bot automatically reacts to every message in a group chat with a random emoji from a large list of valid Telegram reaction emojis. It uses the Api.setMessageReaction method to send reactions with the is_big flag set to true. The /start command provides a welcome message in private chats explaining the bot's functionality. The bot is designed to make group chats more interactive and fun by adding random reactions to messages.
ID Bot
Community Store Listing@IDInfoSearchBot
AIThe bot helps users retrieve Telegram IDs for users, groups, channels, and bots through methods like chat sharing, message forwarding, and inline queries. It provides copy-to-clipboard buttons and direct links to open chats or message users. The /me command displays the user's own Telegram details, and /help explains usage. All commands use TBL APIs such as Api.sendMessage and Api.answerInlineQuery to handle requests.
Demo WebApp
Community Store Listing@tbl_WebBot
AIThis bot is a TeleBotHost demo that provides API endpoints for fetching product data and checking Telegram channel memberships. It also offers web interfaces for displaying product lists and membership status in a user-friendly manner. The bot leverages TBL's built-in functions like Api, Webapp, and Libs to handle HTTP requests and render dynamic content.
Rich Message Demo [TBH]
Community Store Listing@TbhRichBot
AIThis bot is a hands-on demo of Telegram's Rich Messages (Bot API 10.1), with a navigation menu that uses inline keyboards and callback queries. Each command renders a structured document covering formatting, entities, date/time, math, layouts, lists, quotes, tables, collapsible details, media, code blocks, large documents, and streaming drafts. It uses Api.call with editMessageText and sendRichMessageDraft to update messages in place and showcase the full feature set.