telegram-send

Send Telegram bot messages and media via the official Bot API.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/bachdyon/video-automator-skills --skill telegram-send-bachdyon
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: telegram-send
Source: https://github.com/bachdyon/video-automator-skills/tree/main/skills/telegram-send
Command: npx skills add https://github.com/bachdyon/video-automator-skills --skill telegram-send-bachdyon

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires requests, and includes scripts (resource) components.

What problem does it solve?

This Skill simplifies the process of sending Telegram messages and media through the Bot API, making it easy to communicate with users via Telegram.

Core Features & Use Cases

  • Send Messages: Send text, videos, photos, and documents to Telegram bots.
  • Bot Identity: Check the identity of a Telegram bot.
  • Media Uploads: Upload media files directly to Telegram bots.
  • Use Case: Use this Skill to send updates to a Telegram group or create a bot that can respond to user queries with images or documents.

Quick Start

Use the telegram-send skill to send a video to the Telegram bot at <chat_id> with the caption "Hello, this is a test video."

Frequently Asked Questions about telegram-send

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

FAQPage Schema
How do I send a message to a Telegram bot using Python requests?▼

To send a Telegram bot message using Python requests, you need a bot token and chat ID to interact with the official Bot API. This Skill handles the requests setup, allowing you to broadcast messages directly to your target chat.

What types of media can I share through the Telegram Bot API?▼

Through the Telegram Bot API, you can share videos, photos, and documents as media uploads. The Skill manages the file upload process via Python requests to ensure your media files are correctly sent to the specified chat.

Do I need Python 3 to use the requests library for sending Telegram messages?▼

Yes, you need Python 3 and the requests library installed to send Telegram messages. This Skill relies on the requests library to make HTTP calls to the Telegram Bot API, so ensuring this environment is properly configured is required.

Can I check a Telegram bot's identity before sending media uploads?▼

Yes, you can verify a Telegram bot's identity before sending media uploads. The Skill includes features to check bot identity, ensuring you are interacting with the correct target bot before broadcasting messages or sharing files.

What is the best way to automate Telegram message broadcasting with a bot?▼

The best way to automate Telegram message broadcasting is by using a Python script that sends API requests to your bot. This Skill simplifies the process by managing the requests needed to broadcast text and media to groups or users.