📄️ The Basics
Here's an example of getMe() API method you can use to test your bot's auth token.
📄️ Available Methods & Examples
The library supports all the methods listed on Telegram Bot API docs page.
📄️ Commands System
Introduction
📄️ Keyboards
One of the coolest things about Telegram Bot API are the new custom keyboards. Whenever your bot sends a message, it can pass along a special keyboard with predefined reply options. Telegram apps that receive the message will display your keyboard to the user. Tapping any of the buttons will immediately send the respective command. This way you can drastically simplify user interaction with your bot.
📄️ Webhook & Updates
Working with Webhook Updates & Manually Fetching Updates (Long-polling).