Created Special links (markdown)

Lonami 2018-12-27 11:29:55 +01:00
parent 6040c32737
commit f1b313059e

7
Special-links.md Normal file

@ -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).