I've created a telegram bot and have many messages in the chat, I want to programmatically scroll to a certain message inside the chat, for example I want to have a link deep linked to a message in the chat so when I click on the link I would see the message in the chat but for some reason it's not working. Lookhing through the documentation this should do the trick
t.me/c/chat_id/message_id
Or
tg://openmessage?user_id=xxxchat_id=xxx&message_id=xxx
Unfortunately none of these work for me, does any one know what I'm doing wrong?