Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save fkuril/01b6ee706f46eb5ba88f19549274d392 to your computer and use it in GitHub Desktop.
Save fkuril/01b6ee706f46eb5ba88f19549274d392 to your computer and use it in GitHub Desktop.
project template
<!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