embed telegram chat client in website [closed]
Asked Answered
A

2

6

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.

Amur answered 21/9, 2017 at 7:14 Comment(4)
Welcome to StackOverflow. If you want us to help, please provide us some MCVE so we have more info to help youMucor
hello @DamCx, i am looking for advice to embed a telegram chat in a website as i do not know how best to implement this yet.Amur
What have you tried, for far?Mucor
today you can do it with getUpdates()Drought
I
11

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

Indigenous answered 4/6, 2018 at 5:9 Comment(0)
A
5

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.
Allograph answered 21/9, 2017 at 17:48 Comment(1)
This sounds like a pretty complex solution :) a simpler approach would be so setup a proxy/bot to tunnel the messages to TelegramArdithardme

© 2022 - 2024 — McMap. All rights reserved.