How to create a link to contact specific phone number via Telegram?

Joan Sagué Flo picture Joan Sagué Flo · Jan 18, 2019 · Viewed 12.1k times · Source

So I found out I could use a link like this in HTML:

<a href="https://api.whatsapp.com/send?phone={{phone_number}}" target="_blank">WhatsApp</a>

in order to let a user contact {{phone_number}} directly from a webpage (via WhatsApp web).

My question is: how to do the same but instead of WhatsApp, via Telegram?

Thank you in advance

Answer

Major Sam picture Major Sam · Jan 18, 2019

Welcome to StackOverflow.

You should create a link like https://telegram.me/YourUsername for that purpose.

Check Telegram blog for more info.