# Telegram Bulk Messaging to Multiple Users

**Use case:** 

Send messages daily to specific Telegram users in bulk. Achieve effective communication through targeted outreach.

## Input

```json
{
  "USER_Name": [
    "@bhansalisoftware",
    "bhansali software"
  ],
  "Message": [
    "Hello sir, This is test message 1",
    "Hello sir, This is test message 2"
  ],
  "Daily_Add_Limit": "50",
  "Session_Token": [
    ""
  ]
}
```

## Output

```json
{
  "username": {
    "label": "Username"
  },
  "message": {
    "label": "Message"
  },
  "sent_from": {
    "label": "Sent from"
  },
  "Status": {
    "label": "Status"
  }
}
```

## About this Actor

This example demonstrates how to use [Telegram Bulk Message Sender](https://apify.com/bhansalisoft/telegram-bulk-message-sender) with a specific input configuration. Visit the [Actor detail page](https://apify.com/bhansalisoft/telegram-bulk-message-sender) to learn more, explore other use cases, and run it yourself.