Updated Introduction to the API (markdown)

Jannes Höke 2016-05-28 19:02:57 +02:00
parent 0585dc9bf6
commit 72fc9b2297

@ -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/<bot_username>`` 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/<bot_username>`` 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]()
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)