After searching all over the web, I am forced to ask: What can I use to send messages using the Telegram API? JavaScript or PHP preferably. I have a group of friends that I wish I could tell through certain events on the website.
Here's an interesting link: http://reyero.net/es/node/263
Check this link: https://github.com/zhukov/webogram this is a chrome app using javascript.
API can found here: https://core.telegram.org/api
Other applications using the api can found here: https://telegram.org/apps
use the source luke :)
I would not do it in javascript because you have to give alle the authentication infos to the client.