mirror of
https://github.com/python-telegram-bot/python-telegram-bot.git
synced 2024-11-21 22:56:38 +01:00
Updated Types of Handlers (markdown)
parent
5071ba8823
commit
2c21c1a270
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ Sending "/start Hello World!" to your bot will now split everything after /start
|
|||
### Deep-Linking start parameters
|
||||
The argument passing described above works exactly the same when the user clicks on a deeply linked start URL, like this one:
|
||||
|
||||
https://t.me/roolsbot?start=Hello%20World!
|
||||
[https://t.me/roolsbot?start=Hello%20World!](https://t.me/roolsbot?start=Hello%20World!)
|
||||
|
||||
Clicking this link will open your Telegram Client and show a big START button. When it is pressed, the URL parameters "Hello World!" will be passed on to the `args` of your /start callback.
|
||||
|
||||
|
|
Loading…
Reference in a new issue