python-telegram-bot/telegram/ext
Bibo-Joshi a397e6c3c6
Doc fixes (#1642)
* Add missing DispatcherHandlerStop to docs

* Forgot to stage new file ...

* update docstring for bot.edit_message_*

* make job callback docs context based

* Flake8

* Fix doc strings of message.reply_

* Update thumb size docs

* Add missing DispatcherHandlerStop to docs

* Forgot to stage new file ...

* update docstring for bot.edit_message_*

* make job callback docs context based

* Flake8

* Fix doc strings of message.reply_

* Update thumb size docs

* Update docs on InlineQuery.query length

* Minor doc updates

* change module to class in to_float_timestamp doc string
2020-02-02 20:20:54 +01:00
..
__init__.py Update Filters, CommandHandler and MessageHandler (#1221) 2019-02-13 12:07:25 +01:00
basepersistence.py Documentation fixes (#1348) 2019-02-18 20:04:52 +01:00
callbackcontext.py CallbackContext: Expose dispatcher as a property (#1684) 2020-01-26 22:55:00 +02:00
callbackqueryhandler.py Update Filters, CommandHandler and MessageHandler (#1221) 2019-02-13 12:07:25 +01:00
choseninlineresulthandler.py Update Filters, CommandHandler and MessageHandler (#1221) 2019-02-13 12:07:25 +01:00
commandhandler.py Add missing message.text check in PrefixHandler check_update (#1375) 2019-04-05 12:59:50 +02:00
conversationhandler.py ConversationHandler: Fix wrong signature call for timeout handlers 2020-01-11 20:51:31 +02:00
dictpersistence.py Rename enocde_conversations_to_json() -> enocde_conversations_to_json() (#1661) 2020-01-26 22:24:00 +02:00
dispatcher.py Doc fixes (#1642) 2020-02-02 20:20:54 +01:00
filters.py Make Filters.text accept leading slash (#1680) 2020-01-26 23:19:38 +02:00
handler.py tests: refactor `test_commandhandler.py` (#1408) 2019-10-12 16:11:09 +03:00
inlinequeryhandler.py Update Filters, CommandHandler and MessageHandler (#1221) 2019-02-13 12:07:25 +01:00
jobqueue.py Doc fixes (#1642) 2020-02-02 20:20:54 +01:00
messagehandler.py Update Filters, CommandHandler and MessageHandler (#1221) 2019-02-13 12:07:25 +01:00
messagequeue.py Mistake in MessageQueue.__call__'s docstring (#1249) 2018-10-08 15:36:59 +02:00
picklepersistence.py fix typo in PicklePersistence (#1488) 2019-08-29 19:09:38 +02:00
precheckoutqueryhandler.py Update Filters, CommandHandler and MessageHandler (#1221) 2019-02-13 12:07:25 +01:00
regexhandler.py Update Filters, CommandHandler and MessageHandler (#1221) 2019-02-13 12:07:25 +01:00
shippingqueryhandler.py Update Filters, CommandHandler and MessageHandler (#1221) 2019-02-13 12:07:25 +01:00
stringcommandhandler.py Revert "Revert "Context based callbacks (#1100)"" 2018-09-21 08:57:01 +02:00
stringregexhandler.py Update Filters, CommandHandler and MessageHandler (#1221) 2019-02-13 12:07:25 +01:00
typehandler.py Revert "Revert "Context based callbacks (#1100)"" 2018-09-21 08:57:01 +02:00
updater.py Add dispatcher argument to Updater (#1484) 2020-01-26 21:59:47 +02:00