Link tg://user?id=… rendered as plain text – Telegram API
Users A and B, start my Telegram bot with command /start. To A the bot sends the message <a href="tg://user?id={B.user_id}">B</a> To B the bot sends the message <a href="tg://user?id={A.user_id}">A</a> This way I want user to be able to contact each…