Every Telegram bot has a username.
In Telegram chats, channels, and groups, just add @ in front of the bot’s username, and it will become the link to your bot:
@SampleBot
To share your bot link outside Telegram, just add t.me in front of the username:
https://t.me/SampleBot
To add your bot link to a website, you can use HTML code, that looks like this:
<a href="https://t.me/MyNewSupportBot" target=_blank" title="Launch @MyNewSupportBot bot in Telegram">Our Telegram Bot</a>
You can also use the /share
command in @SUCH to get these links easily and share them in just a few clicks!