Building Telegram Bots
Purpose
Prevent stale-knowledge failures when writing Telegram bot code. The Telegram Bot API updates roughly quarterly; frameworks update even more frequently. Training-time knowledge is unreliable. This skill enforces a verification protocol — detect, fetch, confirm — before any bot code is generated.
Scope
Covered: python-telegram-bot, aiogram (Python); grammY, Telegraf (Node.js)
Not covered: Other languages or frameworks; Telegram client API (TDLib
[Description truncada. Veja o README completo no GitHub.]