# Telegram member parser for agencies

**Use case:** 

Agency task to parse Telegram channel members for clients.

## Input

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

## Output

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

## About this Actor

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