Skip to content

Instantly share code, notes, and snippets.

Created January 21, 2016 09:24
Show Gist options
  • Save anonymous/0aaa5705628e5fceeee4 to your computer and use it in GitHub Desktop.
Save anonymous/0aaa5705628e5fceeee4 to your computer and use it in GitHub Desktop.
<?php
$site = "https://api.telegram.org/bot130633329:AAFLZDZxHrB7uKmCgCLzrAKPlEdsXgf-t04";
?>
<form action="<?php echo $site.'/sendaudio' ?>" method="get" enctype="multipart/form-data">
<input type="text" name="chat_id" value="141256994" />
<input type="file" name="audio" />
<input type="submit" value="send" />
</form>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment