Telegram Bot skill for sending and editing Telegram messages via Bot API. Use when Bub needs to: (1) Send a message to a Telegram user/group/channel, (2) Reply to a specific Telegram message with reply_to_message_id, (3) Edit an existing Telegram message, or (4) Push proactive Telegram notifications. Prefer rich formatted messages (headings, lists, tables, blockquotes, math, collapsible details, captioned media) over plain markdown whenever the content is more than one short paragraph.
$npx -y skills add bubbuild/bub --skill telegramInstalls into the current project.
Run `npx skills use "https://github.com/bubbuild/bub" --skill "bubbuild/bub/telegram"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/bubbuild/bub" that are relevant to the current task. Run `npx skills add "https://github.com/bubbuild/bub"` and select the relevant skills, then follow their instructions.