diff --git a/Special-links.md b/Special-links.md new file mode 100644 index 0000000..9f599a0 --- /dev/null +++ b/Special-links.md @@ -0,0 +1,7 @@ +HTTP links: +* https://t.me/bot?start=foo. Starts @bot with parameter "foo". + +TG links: +* [tg://resolve?domain=bot&start=foo](https://t.me/bot?start=foo). Starts @bot with parameter "foo". + +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