What can I use to implement Telegram messages in my website?

naoxink picture naoxink · Feb 18, 2014 · Viewed 29.8k times · Source

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

Update

Answer

Cracker0dks picture Cracker0dks · Feb 18, 2014

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.