Skip to content
Channels3 min read

Connect Telegram

Create a bot with BotFather, paste the token in settings, and use the generated share link once the bot is live.

Use this guide when you want a lower-friction public chat entry point and already have a bot draft ready.

Create the Telegram bot in BotFather

Every Telegram bot starts with BotFather — Telegram's official bot management service. You will create a bot there, copy its token, and paste it into Meerlume.

1

Open BotFather

In Telegram, search for @BotFather (look for the verified checkmark) and start a conversation. Send the command /newbot to begin.

2

Choose a display name

BotFather asks for a name — this is the friendly name customers will see in the chat header, for example "RoadReady Bookings". It can contain spaces.

3

Choose a username

Next, pick a username. It must be unique across all of Telegram and must end in bot, for example roadready_booking_bot. If your preferred name is taken, try adding your business name or location as a prefix.

4

Copy the token

Once the username is accepted, BotFather replies with the bot token — a string in the format 123456789:AABBcc.... Copy the entire string; you will paste it into Meerlume.

Keep the token private

Anyone with the token can control the bot. Do not commit it to version control or share it publicly. If a token is ever exposed, revoke it immediately by sending /revoke to BotFather and reconnecting with the new token.

The Telegram connection dialog with the bot token field

What happens during connection

The connection flow checks the token with Telegram, resolves the bot username, and registers the webhook automatically. You should not need to configure the webhook manually.

If the token fails

Use the token from BotFather exactly as issued. Invalid or outdated tokens are rejected before the channel is stored.

Related guides

Continue with the next part of the setup once this step is stable.