- Open https://telegram.me/botfather and create bot
- Get messages from your bot: https://api.telegram.org/bot<Bot_token>/getUpdates
- Get chat id from response result.$.message.chat.id
- Send message to bot: https://api.telegram.org/bot<Bot_token>/sendMessage?chat_id=<chat_id>&text=hello
Message with buttons: