Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Open telegram application from browser

We have created a Telegram bot and we want start it by link for example

https://telegram.me/testbot?start=hello

When we write that link in browser automatically telegram application opens by value of start but we want to start telegram application by our site for example when user enter http://example.com/testbot?start=hello telegram application must starts with start value .

So have you any idea how can I do that ?

like image 890
amir Avatar asked Jul 25 '18 05:07

amir


People also ask

Can I open Telegram on browser?

Open the Telegram web website on any browser, Safari, Edge, Firefox, or Chrome. Step 1: Now, open the Telegram app on your phone and go to Setting > Devices > Scan QR Code. Step 2: On the device screen, tap on the Scan QR code button, and this will take you to the next screen. Step 3: Tap on the Scan QR Code button.

How can I open Telegram URL?

First, go to Telegram and open the conversation with the link. Now, tap on the link to open the built-in web browser. Lastly, tap on More Options in the upper right corner and choose the Open in Chrome option or any other browser.


1 Answers

if you already have the user's username (not all of them have one), you can use https://t.me/USERNAME and it should open the app.

like image 192
Lior Nitzan Avatar answered Oct 17 '22 00:10

Lior Nitzan