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

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


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.


Simple JS library to operate the calls to Telegram API servers using Javascript: https://github.com/sunriselink/TelegramApi

That's what you have been looking for, and me too.

Works this way (from the README.md):

telegramApi.getUserInfo().then(function(user) {if (user.id) {    // You have already signed in} else {    // Log in}


You can use our REST API for Telegram at http://jaconda.im

It is much easier to use, because we take care of stability and deliverability of your messages.

Just create an account with Jaconda, and besides hundreds of services, you will be able to send and receive messages over HTTP.