Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

Tags:

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

like image 252
Joan Sagué Flo Avatar asked Jan 18 '19 10:01

Joan Sagué Flo


People also ask

How can I link contact in Telegram?

To create an invite link, go to Group Info > Add Member > Invite to Group via Link. Anyone who has Telegram installed will be able to join your group by following this link. If you choose to revoke the link, it will stop working immediately.

How do I make an at me link?

Android: Open the app menu (swipe right in chat list) > Invite Friends. Then choose an application via which you would like to send out invitations. You can give your friends a t.me link with your username so that they can easily find you on Telegram even if they don't have your phone number.

Can someone find me on Telegram with my phone number?

You can hide your contacts from Telegram to keep your Telegram profile even more private. Even the “My Contacts” option above will become redundant as Telegram won't have your contacts to match against. Hence, nobody will be able to find you by your phone number.

How can I add Telegram link in HTML?

By clicking on “Edit profile” you will find the link associated with your account, and in this way you will be able to link any element of your website (a button, an image, a Telegram icon in the contacts section or any call-to-action) to the opening of a chat on Telegram.


1 Answers

Welcome to StackOverflow.

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

Check Telegram blog for more info.

like image 140
Major Sam Avatar answered Oct 18 '22 09:10

Major Sam