@BotFather에게 /start 메시지를 보내어 수행할 수 있는 업무 리스트를 받는다.
Bot을 생성하기 위해 /newbot 메시지를 보낸다.
생성할 Bot이름과 Bot이 사용할 username(bot으로 끝나야함)을 전달한다.
위의 과정을 마치면 생성된 Bot에 접근할 수 있는 주소와 token 정보를 받게된다. t.me/{username}으로 접근하여 봇과의 채팅을 시작한다.
1 2 3 4 5 6 7 8 9 10 11 12
Done! Congratulations on your new bot. You will find it at t.me/{username} You can now add a description, about section and profile picture for your bot, see /help for a list of commands. By the way, when you've finished creating your cool bot, ping our Bot Support if you want a better username for it. Just make sure the bot is fully operational before you do this.
Use this token to access the HTTP API: {token}
For a description of the Bot API, see this page: https://core.telegram.org/bots/api