Last active
December 30, 2024 09:30
-
-
Save haxpor/1b86041f3fd0c7e440893dfae3b6b1a6 to your computer and use it in GitHub Desktop.
How to set webhook url for bot on Telegram
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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