From 2c21c1a27064fa5aa8ddb9050ec78409d81071f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joscha=20G=C3=B6tzer?= Date: Wed, 27 Dec 2017 23:21:19 +0100 Subject: [PATCH] Updated Types of Handlers (markdown) --- Types-of-Handlers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Types-of-Handlers.md b/Types-of-Handlers.md index fc0b913..63af8c1 100644 --- a/Types-of-Handlers.md +++ b/Types-of-Handlers.md @@ -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.