Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

embed telegram chat client in website [closed]

Tags:

telegram

I thought of only 1 option but not sure how to implement it as well: to create and embed Microsoft Bot Framework Web Chat Client and use it to send/receive messages between my website and telegram. appreciate any guidelines.

like image 357
ionic firebase Avatar asked Sep 21 '17 07:09

ionic firebase


2 Answers

Free live chat widget linked to your Telegram messenger can be added to any website using Intergram.

See this open-source project on GitHub - https://github.com/idoco/intergram

like image 64
Arun K S Avatar answered Oct 07 '22 06:10

Arun K S


If you mean you want something like Telegram Web in your website, I think the best idea is to take a look at the source code.

Here are some obstacles on your way:

  1. Making a complete telegram client is very complex.
  2. Every user must authenticate within your client. Which means an SMS will be sent to them and they have to confirm the code.
  3. You should hire a team to keep it updated! Telegram adds new features almost every week.
like image 22
Banana Tree Avatar answered Oct 07 '22 06:10

Banana Tree