mirror of
https://github.com/python-telegram-bot/python-telegram-bot.git
synced 2024-11-21 22:56:38 +01:00
Update README.rst
This commit is contained in:
parent
6b7476c18f
commit
2f9c5c6454
1 changed files with 0 additions and 2 deletions
|
@ -130,8 +130,6 @@ To see if your credentials are successful::
|
|||
>>> print bot.getMe()
|
||||
{"first_name": "Toledo's Palace Bot", "username": "ToledosPalaceBot"}
|
||||
|
||||
**NOTE**: much more than the small sample given here will print
|
||||
|
||||
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.
|
||||
|
||||
To fetch text messages sent to your Bot::
|
||||
|
|
Loading…
Reference in a new issue