Updated Special links (markdown)

penn5 2019-12-21 08:58:39 +00:00
parent b3b9c76010
commit fbda74114b

@ -1,5 +1,5 @@
# HTTP links:
* https://t.me/bot?start=foo. Starts `@bot` with parameter `foo`.
* https://t.me/bot?start=foo. Starts `@bot` with parameter `foo`. Note that the maximum length for the start command is 64 alphanumerical characters.
* https://t.me/share/url?url=foo. Lets the user select a chat and have their input be `foo`.
* https://t.me/c/chat_id/msg_id. Opens the chat with ID `chat_id` and highlights the message with ID `msg_id`. Note that the `msg_id` doesn't seem optional.