From bf76098bec625a46412cbbabea3b95e608adcf4c Mon Sep 17 00:00:00 2001 From: Eldinnie Date: Mon, 21 Aug 2017 14:36:40 +0200 Subject: [PATCH] Updated Introduction to the API (markdown) --- Introduction-to-the-API.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Introduction-to-the-API.md b/Introduction-to-the-API.md index 9a8bd66..d0afae1 100644 --- a/Introduction-to-the-API.md +++ b/Introduction-to-the-API.md @@ -22,7 +22,7 @@ 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 ``t.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](https://github.com/python-telegram-bot/python-telegram-bot/wiki/Code-snippets).