Skip to content

Instantly share code, notes, and snippets.

@Chukslord1
Created April 5, 2021 21:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Chukslord1/f32d8178327705ba9104e3366a2cce95 to your computer and use it in GitHub Desktop.
Save Chukslord1/f32d8178327705ba9104e3366a2cce95 to your computer and use it in GitHub Desktop.
create_bot

Starting a Conversation with BotFather

Go to your telegram account, then search for @botfather and start a conversation with the account.

Creating the Telegram Bot Interface with BotFather

Use the /newbot command to create a new Telegram Bot. To create a bot using BotFather, you need to give your bot a name and assign a username.

After supplying the name and username for your Telegram Bot, the system will provide you with the API token that you can use to interact with the Bot account via the Telegram API.Copy and paste the API token somewhere safe.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment