Skip to content

Instantly share code, notes, and snippets.

@haxpor
Last active April 6, 2024 12:00
Show Gist options
  • Star 5 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save haxpor/1b86041f3fd0c7e440893dfae3b6b1a6 to your computer and use it in GitHub Desktop.
Save haxpor/1b86041f3fd0c7e440893dfae3b6b1a6 to your computer and use it in GitHub Desktop.
How to set webhook url for bot on Telegram
https://api.telegram.org/bot<bot-token>/setWebhook?url=<webhook-url>
<bot-token> - bot token get from BotFather on Telegram
<webhook-url> - webhook url in base64
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment