From 72fc9b2297ee2905db2fd267632d32e74f0a35cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jannes=20H=C3=B6ke?= Date: Sat, 28 May 2016 19:02:57 +0200 Subject: [PATCH] Updated Introduction to the API (markdown) --- Introduction-to-the-API.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Introduction-to-the-API.md b/Introduction-to-the-API.md index c8439db..c9473e9 100644 --- a/Introduction-to-the-API.md +++ b/Introduction-to-the-API.md @@ -22,9 +22,9 @@ To check if your credentials are correct, call the [getMe](https://core.telegram {"first_name": "Toledo's Palace Bot", "username": "ToledosPalaceBot"} ``` -**Note:** Bots can't initiate conversations with users. A user must either add them to a group or send them a message first. People can use ``telegram.me/`` links or username search to find your bot. +_Note:_ Bots can't initiate conversations with users. A user must either add them to a group or send them a message first. People can use ``telegram.me/`` links or username search to find your bot. #### What to read next? -If you want to continue learning about the API, read [Code snippets](). +If you want to continue learning about the API, read [Code snippets](https://github.com/python-telegram-bot/python-telegram-bot/wiki/Code-snippets). -To get real and start building your first bot using the `telegram.ext` classes, read [Extensions]() \ No newline at end of file +To get real and start building your first bot using the `telegram.ext` classes, read [Extensions](https://github.com/python-telegram-bot/python-telegram-bot/wiki/Extensions) \ No newline at end of file