From 2734113584fdd9bde75cc3e36260cc5640fd60ab Mon Sep 17 00:00:00 2001 From: Thorbijoern <16078884+Thorbijoern@users.noreply.github.com> Date: Thu, 7 Mar 2019 14:52:34 +0100 Subject: [PATCH] Updated Special links (markdown) --- Special-links.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Special-links.md b/Special-links.md index 5545589..fd7aae0 100644 --- a/Special-links.md +++ b/Special-links.md @@ -6,4 +6,6 @@ TG links: * [tg://resolve?domain=bot&start=foo](https://t.me/bot?start=foo). Starts @bot with parameter "foo". * [tg://openmessage?chat_id=123&message_id=456](https://t.me/openmessage?chat_id=123&message_id=456). Should go to the message `456` from chat `123`. -More can be found in [`tdesktop`'s `click_handler_types.cpp`](https://github.com/telegramdesktop/tdesktop/blob/v1.5.5/Telegram/SourceFiles/core/click_handler_types.cpp#L34-L69). \ No newline at end of file +More can be found in [`tdesktop`'s `click_handler_types.cpp`](https://github.com/telegramdesktop/tdesktop/blob/v1.5.5/Telegram/SourceFiles/core/click_handler_types.cpp#L34-L69). + +The links/urls might be platform-/client-specific and as such might not work on every client. If you really need to use some special link make sure it works on all platforms. \ No newline at end of file