# Telegram Bot Statistics

You can download the list of Telegram recipients that failed to send on the stats page once the campaign is completed. See `export icon`.

![](/files/-MBIymWlyiKr41EDNIZ_)

## Types of Status for Telegram Bot

Telegram Bot campaigns would generate two types of status:

{% hint style="info" %}

1. **SENT**: Your Telegram message was sent successfully.
2. **ERROR**: Your Telegram message has failed to send.
   {% endhint %}

You would not have any **INVALID** status (invalid status is for only for email). To see the entire list of errors you need to click on the `Export` button.

![](/files/-MCBALw8E6v1-MC_i2FZ)

Once you click on the `Export` button, you will get a CSV file with the following columns.

![](/files/-MCB9URzTlKBsBG6q9Vb)

| Error Codes                       | Description & Follow-up Action                                                                                                                                                                                                                                                                                                                                                                       |
| --------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **1: Telegram ID not found**      | <p>Your recipient has not subscribed to your bot.<br><br><strong>Action</strong>: You need to ask your recipient to follow the <a href="https://guide.postman.gov.sg/campaign-guide/quick-start/telegram-bot/instructions-recipient-telegram">Instructions for Recipient Onboarding</a> to subscribe to your bot.</p>                                                                                |
| **2: Bot subscription not found** | <p>Your recipient has subscribed to one of our many agency bots on Postman but he or she is not subscribed to your agency's bot.<br><br><strong>Action</strong>: You need to ask your recipient to follow the <a href="https://guide.postman.gov.sg/campaign-guide/quick-start/telegram-bot/instructions-recipient-telegram">Instructions for Recipient Onboarding</a> to subscribe to your bot.</p> |


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://postman-v1.guides.gov.sg/campaign-guide-telegram/telegram-bot/telegram-bot-statistics.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
