Quick Start
If you want to get a working Bot up and running as quickly as possible, follow this shortest path.
Recommended 6-Step Path
- Create a Bot and save the
bot_idandbot_token - Configure at least one command for the Bot, e.g.
/help - Start a one-on-one chat with the Bot directly
- Add the Bot to your target group chat
- Send a text message via the API
- Configure
callback_urland verify that callbacks are delivered successfully
Tip: Get text messages and command callbacks working first, then extend to images, files, or more complex business logic.