Telegram bots you can build without coding
Twelve guides to the Telegram bots people actually build. Each one covers what that bot type does, the commands it ends up with, the decisions worth making before you start, and a prompt you can paste into Botable to build it. No code in any of them.
Pick the bot you want to build
Crypto price bot
A Telegram crypto price bot answers price questions inside a chat. You send a ticker, it replies with the live quote and 24-hour change. Describe that behaviour to Botable in plain language and it writes, hosts, and runs the bot for you.5 commands · build guide →Customer support bot
A Telegram customer support bot answers the questions you get most, sorts the rest into topics, and escalates anything it cannot handle to a person. Describe your topics and your canned answers to Botable and it builds the whole flow.5 commands · build guide →Quiz bot
A Telegram quiz bot asks a question, offers answers as buttons, scores the reply, and keeps a running leaderboard. Describe your categories and scoring rules to Botable and it builds the question flow, the score table, and the leaderboard.5 commands · build guide →Weather bot
A Telegram weather bot returns current conditions and a forecast for a city name or a shared location pin. Describe the format you want — temperature, wind, rain chance — and Botable builds the bot, wires the weather API, and hosts it.5 commands · build guide →News bot
A Telegram news bot pulls headlines from a feed or news API and delivers them by topic, on demand or on a schedule. Describe your topics and delivery time to Botable and it builds the subscription table, the fetcher, and the digest.5 commands · build guide →Reminder & todo bot
A Telegram reminder bot turns a sentence into a scheduled message. You write "remind me to call the bank at 4pm", it parses the time, saves the task, and messages you then. Describe the phrasing you use and Botable builds it.5 commands · build guide →Group manager bot
A Telegram group management bot greets new members, states the rules, removes spam, and gives admins moderation commands. Describe your rules and what should happen when they are broken, and Botable builds the whole moderation flow.5 commands · build guide →Booking bot
A Telegram booking bot shows your open slots, takes a reservation in a few taps, and reminds both sides before it starts. Describe your hours, slot length and cancellation rules, and Botable builds the availability logic with them.5 commands · build guide →Poll & survey bot
A Telegram poll bot collects votes in a group and shows the tally as it changes. A survey bot asks a sequence of questions and stores each answer. Describe which you need — and whether votes are anonymous — and Botable builds it.5 commands · build guide →Translator bot
A Telegram translator bot detects the language of a message and returns it in the language you want. In a group it can mirror every message so a multilingual room reads as one conversation. Describe your language pairs and Botable builds it.5 commands · build guide →AI assistant bot
A Telegram AI assistant bot answers questions in a chat, keeping enough conversation history to follow up. Describe its subject, its tone, and what it should refuse, and Botable builds and hosts it with those boundaries in place.5 commands · build guide →Store & payments bot
A Telegram store bot shows a catalogue, holds a cart, and takes payment inside the chat using Telegram Stars. Describe your products and what happens after payment, and Botable builds the catalogue, the cart, and the order records.5 commands · build guide →
What every one of these bots gets
Whichever guide you follow, the bot you end up with is a real grammY application on Node.js, served over Telegram webhooks, with its own isolated SQLite database for anything it needs to remember. It runs 24/7 on managed infrastructure — hosting is not billed separately from credits — and you can read every file it is made of. To change it, you describe the change rather than editing code, and the running bot is updated in place so existing users and stored data survive.
Not sure which one you need?
You do not have to pick from this list. Describe the bot you have in mind in your own words on the home page and it gets built the same way — these twelve are the starting points people reach for most, not the menu.