telegram

Develop Telegram bot integrations with Bot API boilerplates for Node.js/TypeScript and Python.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

The Telegram skill provides a comprehensive, ready-to-use reference for building and deploying bots via the official Telegram Bot API, covering setup, messaging, webhooks, and common bot patterns.

Core Features & Use Cases

  • Setup with BotFather for token provisioning and bot configuration.
  • Boilerplates and guidance for Node.js/TypeScript and Python environments.
  • Webhooks, long polling, inline keyboards, group/channel management, and command setup for production-grade bots.

Quick Start

Create a new bot project using the provided boilerplates and start the development workflow.

Frequently Asked Questions about telegram

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

FAQPage Schema
How do I set up a Telegram bot with BotFather and get an API token?

To set up a Telegram bot, you provision an API token and configure settings directly through BotFather. This skill provides end-to-end guidance for BotFather setup and project scaffolding to start your bot workflow.

What's the best way to deploy a Telegram bot using webhooks vs long polling?

Deploying a Telegram bot via webhooks or long polling depends on your infrastructure. This skill provides boilerplates and tooling for both webhook and polling deployment workflows in Node.js and Python.

Can I build a Telegram bot using Python or Node.js boilerplates?

Yes, you can build a Telegram bot using Python or Node.js. This skill provides ready-made code scaffolds, boilerplates, and environment guidance for both Node.js/TypeScript and Python bot development.

How do I add inline keyboards and command handlers to a Telegram bot?

Adding inline keyboards and command handlers involves using the Bot API workflows. This skill provides production-grade boilerplates covering command setup, inline keyboards, and group/channel management.

Do I need any specific frameworks to secure my Telegram bot webhook deployment?

Securing a Telegram bot webhook deployment requires following specific security hints. This skill provides security guidance and project scaffolding without enforcing external dependencies to maintain your bot.

Why does my Telegram bot stop responding during high traffic polling?

Telegram bots polling during high traffic may face processing limits. This skill provides deployment tooling and production-grade boilerplates for both webhooks and polling to manage Bot API workflows efficiently.