python-telegram-bot/telegram
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
..
ext API 5.3 (#2572) 2021-07-01 17:45:19 +02:00
files Add __slots__ (#2345) 2021-05-29 16:18:16 +02:00
games Doc Fixes (#2495) 2021-06-06 12:16:23 +02:00
inline Doc Fixes (#2495) 2021-06-06 12:16:23 +02:00
passport Add __slots__ (#2345) 2021-05-29 16:18:16 +02:00
payment Add __slots__ (#2345) 2021-05-29 16:18:16 +02:00
utils Improve Deprecation Warning for __slots__ (#2574) 2021-06-29 18:10:08 +02:00
vendor Revert accitendtal change in vendored urllib3 (#1775) 2020-03-28 12:15:51 +01:00
__init__.py API 5.3 (#2572) 2021-07-01 17:45:19 +02:00
__main__.py Supplement Codacy with DeepSource (#2454) 2021-05-27 09:38:17 +02:00
base.py Add __slots__ (#2345) 2021-05-29 16:18:16 +02:00
bot.py API 5.3 (#2572) 2021-07-01 17:45:19 +02:00
botcommand.py Add __slots__ (#2345) 2021-05-29 16:18:16 +02:00
botcommandscope.py API 5.3 (#2572) 2021-07-01 17:45:19 +02:00
callbackquery.py Doc Fixes (#2495) 2021-06-06 12:16:23 +02:00
chat.py API 5.3 (#2572) 2021-07-01 17:45:19 +02:00
chataction.py Doc Fixes (#2495) 2021-06-06 12:16:23 +02:00
chatinvitelink.py Add __slots__ (#2345) 2021-05-29 16:18:16 +02:00
chatlocation.py Add __slots__ (#2345) 2021-05-29 16:18:16 +02:00
chatmember.py API 5.3 (#2572) 2021-07-01 17:45:19 +02:00
chatmemberupdated.py Add __slots__ (#2345) 2021-05-29 16:18:16 +02:00
chatpermissions.py Add __slots__ (#2345) 2021-05-29 16:18:16 +02:00
choseninlineresult.py Add __slots__ (#2345) 2021-05-29 16:18:16 +02:00
constants.py API 5.3 (#2572) 2021-07-01 17:45:19 +02:00
dice.py Add __slots__ (#2345) 2021-05-29 16:18:16 +02:00
error.py Add __slots__ (#2345) 2021-05-29 16:18:16 +02:00
forcereply.py API 5.3 (#2572) 2021-07-01 17:45:19 +02:00
keyboardbutton.py Add __slots__ (#2345) 2021-05-29 16:18:16 +02:00
keyboardbuttonpolltype.py Add __slots__ (#2345) 2021-05-29 16:18:16 +02:00
loginurl.py Doc Fixes (#2551) 2021-07-01 17:34:23 +02:00
message.py Add __slots__ (#2345) 2021-05-29 16:18:16 +02:00
messageautodeletetimerchanged.py Add __slots__ (#2345) 2021-05-29 16:18:16 +02:00
messageentity.py Add __slots__ (#2345) 2021-05-29 16:18:16 +02:00
messageid.py Add __slots__ (#2345) 2021-05-29 16:18:16 +02:00
parsemode.py Add __slots__ (#2345) 2021-05-29 16:18:16 +02:00
poll.py Add __slots__ (#2345) 2021-05-29 16:18:16 +02:00
proximityalerttriggered.py Add __slots__ (#2345) 2021-05-29 16:18:16 +02:00
py.typed Comply with PEP561 (#2168) 2020-11-01 19:33:01 +01:00
replykeyboardmarkup.py API 5.3 (#2572) 2021-07-01 17:45:19 +02:00
replykeyboardremove.py Add __slots__ (#2345) 2021-05-29 16:18:16 +02:00
replymarkup.py Add __slots__ (#2345) 2021-05-29 16:18:16 +02:00
update.py Doc Fixes (#2551) 2021-07-01 17:34:23 +02:00
user.py Doc Fixes (#2551) 2021-07-01 17:34:23 +02:00
userprofilephotos.py Add __slots__ (#2345) 2021-05-29 16:18:16 +02:00
version.py Bump version to v13.6 2021-06-06 12:28:01 +02:00
voicechat.py Add __slots__ (#2345) 2021-05-29 16:18:16 +02:00
webhookinfo.py Add __slots__ (#2345) 2021-05-29 16:18:16 +02:00