BotFather Setup Guide

1

Open BotFather in Telegram

Search for @BotFather in Telegram's search bar and start a chat.

BotFather search
2

Create a New Bot

Send /newbot to BotFather and follow the instructions.

Your bot name must end with "bot" (e.g., MyAwesomeBot)

3

Get Your API Token

After creation, BotFather will give you an API token. Save this securely!

API Token: 123456:ABC-DEF1234ghIkl-zyx57W2v1u123ew11

Never share this token with anyone!

4

Configure Your Bot

Use these commands to customize your bot:

  • /setdescription - Add a bot description
  • /setabouttext - Set about info
  • /setuserpic - Upload a profile picture
5

Start Coding!

Use the API token to connect your bot to a server or hosting platform.