Telegram bot - OAuth authorization
问题 I want to implement OAuth authorization by Twitch API on my bot, and when I was looking for a better solution, I found this @GitHubBot. In this bot redirect URL starting for integrations.telegram.org/github, and I wonder how to implement auth like this. If you please, can you tell best practice to implement OAuth in telegram bots? What the better case: Authorization Code or Implicit Grant? Thank you in advance! 回答1: I had the same idea of authorizing access to 3rd party services via Telegram