# Export Telegram channel comments

**Use case:** 

Export comments and author fields from Telegram channels.

## Input

```json
{
  "username": "devs",
  "webhookUrl": "https://webhook.site/6fc27cda-2109-4dff-b4f7-b85cc33825ac",
  "keep_duplicates": false
}
```

## Output

```json
{
  "result": {
    "label": "Result",
    "format": "text"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Telegram Get Chat Messages / Channel Comments](https://apify.com/akula.marketing/telegram-get-chat-messages-channel-comments) with a specific input configuration. Visit the [Actor detail page](https://apify.com/akula.marketing/telegram-get-chat-messages-channel-comments) to learn more, explore other use cases, and run it yourself.