Skip to main content

Quick Start

If you want to get a working Bot up and running as quickly as possible, follow this shortest path.

  1. Create a Bot and save the bot_id and bot_token
  2. Configure at least one command for the Bot, e.g. /help
  3. Start a one-on-one chat with the Bot directly
  4. Add the Bot to your target group chat
  5. Send a text message via the API
  6. Configure callback_url and 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.