python-telegram-bot/telegram/ext
Bibo-Joshi a75dffd4a8
Doc Fixes (#2551)
* Document ExtBot.insert_callbakc_data

* fix duplicate object descriptions

Fixed by removing `:undoc-members:` in the affected classes.
Closes https://github.com/sphinx-doc/sphinx/issues/9294

* fix incorrect shortcut docstrings in user.py

* fix object type in forcereply.py

* fix discuss bot link in loginurl.py

* document that message is None for (my)_chat_member

in `effective_message`

* numerous persistence rendering fixes

* move docstring from property setter to property

* Revert "fix object type in forcereply.py"

This reverts commit 012663e0c3.

* Document comparison of jobs

* Update min python version to 3.6.8

* remove old note from chat.py + some return msg fixes

* fix colon placement

Co-authored-by: Harshil <ilovebhagwan@gmail.com>
Co-authored-by: Harshil <37377066+harshil21@users.noreply.github.com>
2021-07-01 17:34:23 +02:00
..
utils Arbitrary callback_data (#1844) 2021-06-06 11:48:48 +02:00
__init__.py Arbitrary callback_data (#1844) 2021-06-06 11:48:48 +02:00
basepersistence.py Doc Fixes (#2551) 2021-07-01 17:34:23 +02:00
callbackcontext.py Arbitrary callback_data (#1844) 2021-06-06 11:48:48 +02:00
callbackdatacache.py Arbitrary callback_data (#1844) 2021-06-06 11:48:48 +02:00
callbackqueryhandler.py Arbitrary callback_data (#1844) 2021-06-06 11:48:48 +02:00
chatmemberhandler.py Add ContextTypes & BasePersistence.refresh_user/chat/bot_data (#2262) 2021-06-06 10:37:53 +02:00
choseninlineresulthandler.py Add ContextTypes & BasePersistence.refresh_user/chat/bot_data (#2262) 2021-06-06 10:37:53 +02:00
commandhandler.py Add ContextTypes & BasePersistence.refresh_user/chat/bot_data (#2262) 2021-06-06 10:37:53 +02:00
contexttypes.py Add ContextTypes & BasePersistence.refresh_user/chat/bot_data (#2262) 2021-06-06 10:37:53 +02:00
conversationhandler.py Doc Fixes (#2551) 2021-07-01 17:34:23 +02:00
defaults.py Doc Fixes (#2495) 2021-06-06 12:16:23 +02:00
dictpersistence.py Doc Fixes (#2551) 2021-07-01 17:34:23 +02:00
dispatcher.py Doc Fixes (#2495) 2021-06-06 12:16:23 +02:00
extbot.py Remove Incorrect Warning About Defaults and ExtBot (#2553) 2021-06-10 12:03:44 +02:00
filters.py Doc Fixes (#2495) 2021-06-06 12:16:23 +02:00
handler.py Add ContextTypes & BasePersistence.refresh_user/chat/bot_data (#2262) 2021-06-06 10:37:53 +02:00
inlinequeryhandler.py Add ContextTypes & BasePersistence.refresh_user/chat/bot_data (#2262) 2021-06-06 10:37:53 +02:00
jobqueue.py Doc Fixes (#2551) 2021-07-01 17:34:23 +02:00
messagehandler.py Add ContextTypes & BasePersistence.refresh_user/chat/bot_data (#2262) 2021-06-06 10:37:53 +02:00
messagequeue.py Add __slots__ (#2345) 2021-05-29 16:18:16 +02:00
picklepersistence.py Doc Fixes (#2551) 2021-07-01 17:34:23 +02:00
pollanswerhandler.py Add ContextTypes & BasePersistence.refresh_user/chat/bot_data (#2262) 2021-06-06 10:37:53 +02:00
pollhandler.py Add ContextTypes & BasePersistence.refresh_user/chat/bot_data (#2262) 2021-06-06 10:37:53 +02:00
precheckoutqueryhandler.py Add ContextTypes & BasePersistence.refresh_user/chat/bot_data (#2262) 2021-06-06 10:37:53 +02:00
regexhandler.py Add ContextTypes & BasePersistence.refresh_user/chat/bot_data (#2262) 2021-06-06 10:37:53 +02:00
shippingqueryhandler.py Add ContextTypes & BasePersistence.refresh_user/chat/bot_data (#2262) 2021-06-06 10:37:53 +02:00
stringcommandhandler.py Add ContextTypes & BasePersistence.refresh_user/chat/bot_data (#2262) 2021-06-06 10:37:53 +02:00
stringregexhandler.py Add ContextTypes & BasePersistence.refresh_user/chat/bot_data (#2262) 2021-06-06 10:37:53 +02:00
typehandler.py Add ContextTypes & BasePersistence.refresh_user/chat/bot_data (#2262) 2021-06-06 10:37:53 +02:00
updater.py Arbitrary callback_data (#1844) 2021-06-06 11:48:48 +02:00