No, this is not possible, Telegram Bot API only support a small set of urls, like t.me
and the normal http(s)://
, any custom format can't be passed a clickable link.
Source: (Still) Can't find any source in the Telegram docs, however, I've asked this a few months ago to the Telegram Bot Support, I wanted to send a clickable tel:
link, they replied with:
Hi, at the moment only http/https links will be supported.
The closest you can come to mimic this, is by using backticks to make it copy to your clipboard when you press it:
How to make that when you click on the text it was copied pytelegrambotapi