mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2024-11-22 01:16:35 +03:00
Document t.me/c/*
parent
0087c5b8f5
commit
b3b9c76010
|
@ -1,6 +1,7 @@
|
|||
# HTTP links:
|
||||
* https://t.me/bot?start=foo. Starts @bot with parameter "foo".
|
||||
* https://t.me/share/url?url=foo. Lets the user select a chat and have their input be "foo".
|
||||
* https://t.me/bot?start=foo. Starts `@bot` with parameter `foo`.
|
||||
* 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.
|
||||
|
||||
## Links documented under [@DeepLink](https://t.me/DeepLink):
|
||||
* https://telegram.me
|
||||
|
|
Loading…
Reference in New Issue
Block a user