telegram-broadcast

Send messages to all subscribed users via the Telegram Bot API.

15|8|Updated Feb 9, 2026
One-click install
npx skills add https://github.com/AstorYH/PASB --skill telegram-broadcast
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: telegram-broadcast
Source: https://github.com/AstorYH/PASB/tree/main/nanobot/skills/telegram-bot-broadcast
Command: npx skills add https://github.com/AstorYH/PASB --skill telegram-broadcast

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill enables the nanobot to efficiently send a single message to all users subscribed to a Telegram bot, facilitating mass communication.

Core Features & Use Cases

  • Mass Messaging: Send announcements, updates, or alerts to your entire subscriber base.
  • User Tracking: Relies on an existing mechanism to manage subscribed user IDs.
  • Error Handling: Logs and reports issues encountered during message delivery to individual users.
  • Use Case: A community manager can use this skill to instantly inform all bot subscribers about an upcoming event or important news.

Quick Start

Use the telegram-broadcast skill to send the message "Our service will be down for maintenance tonight from 10 PM to 11 PM PST."

Frequently Asked Questions about telegram-broadcast

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I broadcast a message to all subscribed users of a Telegram bot?▼

To broadcast a message to all subscribed users of a Telegram bot, you need a configured bot token and a list of user IDs. The skill iterates through the IDs and sends the content via the Telegram Bot API.

What do I need to send mass announcements through a Telegram bot?▼

Sending mass announcements through a Telegram bot requires a configured bot token and a method for retrieving user IDs. The skill relies on an existing mechanism to manage and track subscribed users.

How does error handling work when sending Telegram bot broadcasts fail?▼

When Telegram bot broadcasts fail, the skill logs and reports issues encountered during message delivery to individual users, allowing you to identify which subscribers did not receive the broadcast.

Can I use this to send maintenance alerts to my Telegram subscriber base?▼

Yes, you can use this to send maintenance alerts to your Telegram subscriber base. A community manager can instantly inform all bot subscribers about service updates or important news.

What is the best way to automate mass messaging for a Telegram community?▼

The best way to automate mass messaging for a Telegram community is using a skill that iterates through tracked user IDs and sends content via the Telegram Bot API with built-in error reporting.

Why does my Telegram broadcast fail to reach all users?▼

Your Telegram broadcast might fail to reach all users due to individual delivery issues. The skill handles potential sending errors by logging and reporting problems encountered for specific user IDs.