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.
embed telegram chat client in website [closed]
Asked Answered
Welcome to StackOverflow. If you want us to help, please provide us some MCVE so we have more info to help you –
Mucor
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
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
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:
- Making a complete telegram client is very complex.
- Every user must authenticate within your client. Which means an SMS will be sent to them and they have to confirm the code.
- You should hire a team to keep it updated! Telegram adds new features almost every week.
This sounds like a pretty complex solution :) a simpler approach would be so setup a proxy/bot to tunnel the messages to Telegram –
Ardithardme
© 2022 - 2024 — McMap. All rights reserved.