telegram-dev

Consolidate Telegram Bot API, Mini Apps, and MTProto/TDLib development resources.

2|Updated Jan 7, 2026
One-click install
npx skills add https://github.com/ShunmeiCho/dotclaude --skill telegram-dev-shunmeicho
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: telegram-dev
Source: https://github.com/ShunmeiCho/dotclaude/tree/main/skills/telegram-dev
Command: npx skills add https://github.com/ShunmeiCho/dotclaude --skill telegram-dev-shunmeicho

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill consolidates Telegram bot, Web App, and client development resources into a single, actionable guide.

Core Features & Use Cases

  • Bot API, Mini Apps, and MTProto/TDLib workflows for end-to-end Telegram solutions.
  • Use cases include building chat bots, Telegram Mini Apps, inline queries, payments, and client integrations.
  • Real-world scenario: quickly scaffold a bot with payments, a Web App, and a custom MTProto client.

Quick Start

Start by reviewing the examples in the references directory and spin up a sample bot using the included templates and references.

Frequently Asked Questions about telegram-dev

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

FAQPage Schema
How do I build a Telegram bot with webhook integration and payments?

To build a Telegram bot with webhook integration and payments, use standard libraries like python-telegram-bot or Telegraf. This guide provides example code, best practices, and deployment references for scaffolding bots handling messaging and payment workflows.

What is the difference between Telegram Bot API and MTProto/TDLib workflows?

Telegram Bot API handles standard bot interactions like messaging and inline queries, while MTProto/TDLib workflows enable full client integrations. This guide covers both approaches, providing references for libraries like Telethon and TDLib.

How do I develop a Telegram Mini App end-to-end?

To develop a Telegram Mini App, follow the consolidated workflows in this guide covering Web App interfaces, bot backend integration, and authentication. It provides actionable references and templates for end-to-end Mini App solutions.

Can I use python-telegram-bot and Telethon for Telegram client integrations?

Yes, you can use python-telegram-bot for Bot API workflows and Telethon for MTProto client integrations. This guide references these standard libraries alongside TDLib and Telegraf, requiring no bespoke infrastructure for deployment.

What's the best way to scaffold a Telegram bot with a custom MTProto client?

The best way to scaffold a Telegram bot with a custom MTProto client is using the included templates and references. This guide consolidates Bot API and MTProto workflows, providing example code for quick setup without bespoke infrastructure.

Do I need bespoke infrastructure to deploy Telegram Mini Apps and bots?

No bespoke infrastructure is required to deploy Telegram Mini Apps and bots. This guide provides deployment guidance and references standard libraries like Telegraf and TDLib to scaffold solutions using standard environments.