telegram-bot-api

Official

Telegram Bot API patterns

Authorlittlebearapps
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill provides a deep dive into the raw HTTP patterns used by Untether to interact with the Telegram Bot API, enabling developers to understand and modify its core communication mechanisms.

Core Features & Use Cases

  • Direct API Interaction: Demonstrates using httpx for asynchronous HTTP requests to Telegram, bypassing SDKs.
  • State Management: Details the TelegramOutbox for managing message sending, editing, and deletion with rate limiting and prioritization.
  • Real-time Updates: Explains the long-polling mechanism (getUpdates) for receiving messages and callbacks.
  • Interactive Elements: Covers the creation and handling of inline keyboards and callback queries for user interaction.
  • Advanced Features: Includes patterns for voice transcription, forum topic management, and media group coalescing.

Quick Start

Review the src/untether/telegram/client.py file to understand the core TelegramClient implementation.

Dependency Matrix

Required Modules

None required

Components

scriptsreferences

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: telegram-bot-api
Download link: https://github.com/littlebearapps/untether/archive/main.zip#telegram-bot-api

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.