python-telegram-bot/telegram/ext
Bibo-Joshi ed147813ab
API 5.3 (#2572)
* BotCommandScopes

* pre-commit

* typo

Co-authored-by: Harshil <37377066+harshil21@users.noreply.github.com>

* rename kickChatMember & getChatMembersCount method

Signed-off-by: starry69 <starry369126@outlook.com>

* add `language_code` and `scope` to `get/set_my_commands`

and add `delete_my_commands()`

* add `input_field_placeholder` to replykeyboardmarkup.py and forcereply.py

also improved/fixed docs along the way

* showcase `input_field_placeholder` in conversationbot.py

* review 1

'i will not go away' has gone away 😢

* deprecate `Bot.commands` and make sure its only used for default scope

* review 2 (use constants for scope)

* Review

Signed-off-by: starry69 <starry369126@outlook.com>

* doc updates

* New ChatMember classes

Signed-off-by: starry69 <starry369126@outlook.com>

* Address review

Signed-off-by: starry69 <starry369126@outlook.com>

* add versionadded tags again

Signed-off-by: starry69 <starry369126@outlook.com>

* Improve tests & add a deprecation note to ChatMember

* test_official

* Documentation tweaks

* Bump bot api version number

* but bot

* Rename chat shortcuts

Signed-off-by: starry69 <starry369126@outlook.com>

* deepsource

Signed-off-by: starry69 <starry369126@outlook.com>

* add missing slot in botcommandscope & missing slot tests

Co-authored-by: Harshil <37377066+harshil21@users.noreply.github.com>
Co-authored-by: starry69 <starry369126@outlook.com>
Co-authored-by: Harshil <ilovebhagwan@gmail.com>
2021-07-01 17:45:19 +02:00
..
utils Arbitrary callback_data (#1844) 2021-06-06 11:48:48 +02:00
__init__.py API 5.3 (#2572) 2021-07-01 17:45:19 +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 Type Hinting Fixes (#2552) 2021-07-01 17:43:59 +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