mirror of
https://github.com/python-telegram-bot/python-telegram-bot.git
synced 2024-12-22 14:35:00 +01:00
commit
6956382671
1 changed files with 4 additions and 0 deletions
|
@ -191,6 +191,10 @@ There are many more API methods, to read the full API documentation::
|
||||||
|
|
||||||
$ pydoc telegram.Bot
|
$ pydoc telegram.Bot
|
||||||
|
|
||||||
|
To get a verbose mode to debug::
|
||||||
|
|
||||||
|
>>> telegram.Bot('token', debug=True)
|
||||||
|
|
||||||
-----------
|
-----------
|
||||||
_`Examples`
|
_`Examples`
|
||||||
-----------
|
-----------
|
||||||
|
|
Loading…
Reference in a new issue