# Export Telegram Post Reactions & Engagement

**Use case:** 

Analyze Telegram channel engagement at scale. Export each post's views, reactions, forwards, replies and poll results to measure what content performs best.

## Input

```json
{
  "channels": [
    "telegram"
  ],
  "resultsType": "messages",
  "maxMessages": 200,
  "downloadMedia": false,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "channel": {
    "label": "Channel"
  },
  "messageId": {
    "label": "Msg ID"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "date": {
    "label": "Date",
    "format": "date"
  },
  "text": {
    "label": "Text"
  },
  "views": {
    "label": "Views",
    "format": "number"
  },
  "author": {
    "label": "Author"
  },
  "forwardedFrom": {
    "label": "Forwarded from"
  },
  "replyToUrl": {
    "label": "Reply to url"
  },
  "hashtags": {
    "label": "Hashtags",
    "format": "array"
  },
  "mentions": {
    "label": "Mentions"
  },
  "links": {
    "label": "Links"
  },
  "media": {
    "label": "Media",
    "format": "array"
  },
  "poll": {
    "label": "Poll"
  }
}
```

## About this Actor

This example demonstrates how to use [Telegram Scraper - Channels, Messages, Media & Search](https://apify.com/scrapesage/telegram-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapesage/telegram-scraper) to learn more, explore other use cases, and run it yourself.