> For the complete documentation index, see [llms.txt](https://postman-v1.guides.gov.sg/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://postman-v1.guides.gov.sg/campaign-guide-telegram/telegram-bot/telegram-bot-statistics.md).

# 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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

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

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
