Telegram

The Telegram endpoint sends each report to a Telegram chat, group, or channel through a bot. If the report contains a screenshot it is sent as a photo with the report text as the caption; otherwise the report is sent as a text message.

Note: This endpoint does not work in WebGL builds due to browser platform restrictions. The credentials you enter here are saved in your game build – for security reasons we suggest removing them for release builds.

🤖 Bot Token

To create a bot and get its token:

  1. Open @BotFather in Telegram (or press the “Get” button next to the Bot Token field in Unity).
  2. Create a new bot and follow the prompts.
  3. Copy the bot token that BotFather gives you.

🆔 Chat ID

Add your bot to the group or channel you want reports to go to, then enter that chat’s ID here. For groups the chat ID is usually a negative number.

✍️ Input in Unity

  1. In Unity, open your Debug System settings (Window > Sparrow > Debug System).
  2. Go to the “Where to send reports?” section
  3. Select “Telegram”
  4. In the Inspector window, you will see fields for “Bot Token” and “Chat ID”.
  5. Enter your details into the respective fields.
  6. Create a Test Report
Was this page helpful?