-
-
Save fkuril/01b6ee706f46eb5ba88f19549274d392 to your computer and use it in GitHub Desktop.
project template
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
<!doctype html> | |
<script> | |
// Docs: https://core.telegram.org/bots/api#getupdates | |
const UPDATES_URL = 'https://api.telegram.org/bot152495481:AAHOp1v7pz-cV3L2C-xiivqNi0qbVOOVNtQ/getUpdates'; | |
// Bot name: @spbtv_test_bot | |
// sendMessage example: | |
// https://api.telegram.org/bot152495481:AAHOp1v7pz-cV3L2C-xiivqNi0qbVOOVNtQ/sendMessage?chat_id=2263761&text=blablbalba | |
</script> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment