I'm writing a simple bot and I want to basically link together two messages. I found that I could link one by replying on it, so it works like a charm. But now I want to insert a link to another message. And here is a problem, the only way to make a link I found is post link like https://t.me/{chat_name}/{message_id}
. But it doesn't work for chats that don't have chat_name
.
How could it be done?
[reply to a message] this message looks just like [link to another message]
– Funkt.me
workaround. If it's not, then you can't refer it. – Funkt.me/c/chat_id/message_id
, but it seems this is also possible only in public chats – Coniferous