python-telegram-bot/telegram/ext
Bibo-Joshi 36d49ea9cd
Doc Fixes (#2253)
* Render-fixes for BP

* docs: fix simple typo, submition -> submission (#2260)

There is a small typo in tests/test_bot.py.

Should read `submission` rather than `submition`.

* Type on rawapibot.py docstring

* typo

* Typo: Filters.document(s)

* Typo fix

* Doc fix for messageentity (#2311)

* Add New Shortcuts to Chat (#2291)

* Add shortcuts

* Add a note

* Add run_async Parameter to ConversationHandler (#2292)

* Add run_async parameter

* Update docstring

* Update test to explicitly specify parameter

* Fix test job queue

* Add version added tag to docs

* Update docstring

Co-authored-by: Poolitzer <25934244+Poolitzer@users.noreply.github.com>

* Doc nitpicking

Co-authored-by: Poolitzer <25934244+Poolitzer@users.noreply.github.com>
Co-authored-by: Hinrich Mahler <hinrich.mahler@freenet.de>

* Fix rendering in messageentity

Co-authored-by: Bibo-Joshi <hinrich.mahler@freenet.de>
Co-authored-by: zeshuaro <joshuaystang@gmail.com>
Co-authored-by: Poolitzer <25934244+Poolitzer@users.noreply.github.com>

* fix: type hints for TelegramError

changed :class:`telegram.TelegramError` to :class:`telegram.error.TelegramError`

* fix: the error can be more then just a Telegram error

* Doc fix for inlinekeyboardbutton.py

added missing colon which broke rendering

* fix: remove context argument and doc remark

look at us already being in post 12

* use rtd badge

* filters doc fixes

* fix some rendering

* Doc & Rendering fixes for helpers.py

Co-authored-by: Tim Gates <tim.gates@iress.com>
Co-authored-by: Harshil <37377066+harshil21@users.noreply.github.com>
Co-authored-by: zeshuaro <joshuaystang@gmail.com>
Co-authored-by: Poolitzer <25934244+Poolitzer@users.noreply.github.com>
Co-authored-by: Harshil <ilovebhagwan@gmail.com>
2021-02-01 17:59:39 +01:00
..
utils python-telegram-bot-raw (#2324) 2021-01-30 14:15:39 +01:00
__init__.py Update copyright headers 2021-01-03 10:40:24 +05:30
basepersistence.py Reduce Usage of typing.Any (#2321) 2021-01-30 11:38:54 +01:00
callbackcontext.py Doc Fixes (#2253) 2021-02-01 17:59:39 +01:00
callbackqueryhandler.py Reduce Usage of typing.Any (#2321) 2021-01-30 11:38:54 +01:00
choseninlineresulthandler.py Reduce Usage of typing.Any (#2321) 2021-01-30 11:38:54 +01:00
commandhandler.py Reduce Usage of typing.Any (#2321) 2021-01-30 11:38:54 +01:00
conversationhandler.py python-telegram-bot-raw (#2324) 2021-01-30 14:15:39 +01:00
defaults.py Reduce Usage of typing.Any (#2321) 2021-01-30 11:38:54 +01:00
dictpersistence.py Reduce Usage of typing.Any (#2321) 2021-01-30 11:38:54 +01:00
dispatcher.py Doc Fixes (#2253) 2021-02-01 17:59:39 +01:00
filters.py Doc Fixes (#2253) 2021-02-01 17:59:39 +01:00
handler.py python-telegram-bot-raw (#2324) 2021-01-30 14:15:39 +01:00
inlinequeryhandler.py Reduce Usage of typing.Any (#2321) 2021-01-30 11:38:54 +01:00
jobqueue.py Reduce Usage of typing.Any (#2321) 2021-01-30 11:38:54 +01:00
messagehandler.py Reduce Usage of typing.Any (#2321) 2021-01-30 11:38:54 +01:00
messagequeue.py python-telegram-bot-raw (#2324) 2021-01-30 14:15:39 +01:00
picklepersistence.py Reduce Usage of typing.Any (#2321) 2021-01-30 11:38:54 +01:00
pollanswerhandler.py Reduce Usage of typing.Any (#2321) 2021-01-30 11:38:54 +01:00
pollhandler.py Reduce Usage of typing.Any (#2321) 2021-01-30 11:38:54 +01:00
precheckoutqueryhandler.py Reduce Usage of typing.Any (#2321) 2021-01-30 11:38:54 +01:00
regexhandler.py Reduce Usage of typing.Any (#2321) 2021-01-30 11:38:54 +01:00
shippingqueryhandler.py Reduce Usage of typing.Any (#2321) 2021-01-30 11:38:54 +01:00
stringcommandhandler.py Reduce Usage of typing.Any (#2321) 2021-01-30 11:38:54 +01:00
stringregexhandler.py Reduce Usage of typing.Any (#2321) 2021-01-30 11:38:54 +01:00
typehandler.py Reduce Usage of typing.Any (#2321) 2021-01-30 11:38:54 +01:00
updater.py python-telegram-bot-raw (#2324) 2021-01-30 14:15:39 +01:00