python-telegram-bot/telegram/ext
Joscha Götzer ac59f2f37c Added methods to generate the original markdown/html string from entities contained in Message (#507)
* Added methods to generate the original markdown/html formatted string from the entities contained in an update

* Added

* Moved the html/markdown parsing methods to `Message`

* Moved extract_* methods from helpers to the appropriate location

* Refactored text_markdown and text_html

* Refactored text_markdown and text_html for efficiency

* Fixed method call in conversationhandler

* Fixed method call in handler

* Fixed `make test` command on windows systems

* Improved method documentation
2017-01-20 20:13:58 +01:00
..
__init__.py
callbackqueryhandler.py Sphinx restructuring: Now builds PDF and better HTML docs (#449) 2016-11-01 06:53:51 +01:00
choseninlineresulthandler.py Sphinx restructuring: Now builds PDF and better HTML docs (#449) 2016-11-01 06:53:51 +01:00
commandhandler.py Sphinx restructuring: Now builds PDF and better HTML docs (#449) 2016-11-01 06:53:51 +01:00
conversationhandler.py Added methods to generate the original markdown/html string from entities contained in Message (#507) 2017-01-20 20:13:58 +01:00
dispatcher.py Sphinx restructuring: Now builds PDF and better HTML docs (#449) 2016-11-01 06:53:51 +01:00
filters.py Add "reply" filter (#465) 2016-12-11 22:45:51 +01:00
handler.py Added methods to generate the original markdown/html string from entities contained in Message (#507) 2017-01-20 20:13:58 +01:00
inlinequeryhandler.py Sphinx restructuring: Now builds PDF and better HTML docs (#449) 2016-11-01 06:53:51 +01:00
jobqueue.py rename Job.is_removed to removed 2016-12-20 22:37:36 +01:00
messagehandler.py Botapi2.3 (#471) 2016-12-11 22:44:52 +01:00
regexhandler.py Sphinx restructuring: Now builds PDF and better HTML docs (#449) 2016-11-01 06:53:51 +01:00
stringcommandhandler.py Sphinx restructuring: Now builds PDF and better HTML docs (#449) 2016-11-01 06:53:51 +01:00
stringregexhandler.py Sphinx restructuring: Now builds PDF and better HTML docs (#449) 2016-11-01 06:53:51 +01:00
typehandler.py Sphinx restructuring: Now builds PDF and better HTML docs (#449) 2016-11-01 06:53:51 +01:00
updater.py Control the read timeout from telegram servers 2017-01-07 20:13:08 +02:00