Skip to content

Add Telegram Bot API recipe#2

Merged
m2de merged 1 commit intomasterfrom
worktree-issue-1
Mar 28, 2026
Merged

Add Telegram Bot API recipe#2
m2de merged 1 commit intomasterfrom
worktree-issue-1

Conversation

@m2de
Copy link
Copy Markdown
Owner

@m2de m2de commented Mar 28, 2026

Summary

  • Adds a new recipe for setting up a Telegram bot via BotFather
  • Walks the user through creating a new bot or retrieving an existing bot's token
  • Validates the token against the Telegram /getMe API endpoint
  • Regenerates providers/index.json with the new entry

Closes #1

Test plan

  • Run cargo test to verify the recipe deserialises correctly
  • Run getapi telegram and walk through the new bot flow
  • Run getapi telegram and walk through the existing bot flow
  • Verify token validation works with a real bot token

🤖 Generated with Claude Code

Walks through creating a bot via BotFather, collecting the bot token,
and validating it against the Telegram /getMe endpoint.

Closes #1

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@m2de m2de merged commit e3c31a7 into master Mar 28, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Telegram recipe

1 participant