mirror of
https://github.com/python-telegram-bot/python-telegram-bot.git
synced 2024-11-22 15:17:00 +01:00
960c7a0c70
* added parse_mode parameter in Updater and in Bot class to set a default parse mode for bot
* DefaultValue
* Add default parse_mode everywhere
* Renome to default_parse_mode
* Test def parse_mode for send_*, edit_message_*
* Remove duplicate code in Input* classes
* Improve handling of def_p_m for Bot methods
* Remove unneeded deletion of kwargs
* Make @log preserve signature, add bots with defaults to tests
* Fix Codacy
* Fix Travis Error
* Add default_disable_notification
* Add default_disable_web_page_preview
* Add default_disable_timeout
* add default_disable_web_page_preview for InputTextMessageContent
* add default_quote
* Try fixing test_pin_and_unpin
* Just run 3.5 tests for paranoia
* add tests for Defaults
* Revert "Just run 3.5 tests for paranoia"
This reverts commit 1baa91a3a1
.
* Tidy up parameters, move Defaults to ext
* Stage new files, because im an idiot
* remove debug prints
* change equality checks for DEFAULT_NONE
* Some last changes
* fix S&R error so that tests actually run
Co-authored-by: Ak4zh <agwl.akash@gmail.com>
Co-authored-by: Eldinnie <Eldinnie@users.noreply.github.com>
44 lines
No EOL
998 B
ReStructuredText
44 lines
No EOL
998 B
ReStructuredText
telegram.ext package
|
|
====================
|
|
|
|
.. toctree::
|
|
|
|
telegram.ext.updater
|
|
telegram.ext.dispatcher
|
|
telegram.ext.dispatcherhandlerstop
|
|
telegram.ext.filters
|
|
telegram.ext.job
|
|
telegram.ext.jobqueue
|
|
telegram.ext.messagequeue
|
|
telegram.ext.delayqueue
|
|
telegram.ext.callbackcontext
|
|
telegram.ext.defaults
|
|
|
|
Handlers
|
|
--------
|
|
|
|
.. toctree::
|
|
|
|
telegram.ext.handler
|
|
telegram.ext.callbackqueryhandler
|
|
telegram.ext.choseninlineresulthandler
|
|
telegram.ext.conversationhandler
|
|
telegram.ext.commandhandler
|
|
telegram.ext.inlinequeryhandler
|
|
telegram.ext.messagehandler
|
|
telegram.ext.precheckoutqueryhandler
|
|
telegram.ext.prefixhandler
|
|
telegram.ext.regexhandler
|
|
telegram.ext.shippingqueryhandler
|
|
telegram.ext.stringcommandhandler
|
|
telegram.ext.stringregexhandler
|
|
telegram.ext.typehandler
|
|
|
|
Persistence
|
|
-----------
|
|
|
|
.. toctree::
|
|
|
|
telegram.ext.basepersistence
|
|
telegram.ext.picklepersistence
|
|
telegram.ext.dictpersistence |