Telegram Token, Bot ID, and Group ID
How to Create Telegram Bot and Get Token, Bot/User Chat ID, and Group ID Telegram Bot Token and Chat/Group ID Steps to Create Telegram Bot and Get Bot Token, Chat ID, and Group ID Create a Bot via @BotFather Search for @BotFather on Telegram. Type /newbot and follow the instructions. Enter the Bot Name (can be any name, doesn't need to include "bot"). Enter the Bot Username (must end with bot , e.g., ExampleHelperBot ). After that, you will receive your Bot Token . Check Your Bot Token Copy the token from @BotFather. Open this link in your browser: https://api.telegram.org/bot<YOUR_TOKEN>/getMe Example result: { "id": 1243XXX408, "is_bot": true, "username": "ExampleHelperBot" } This ID is your Bot ID (if is_bot = true ). ...