aiogram/tests/types
Oleg A f18e4491c2
Telegram API 5.3 (#610)
* docs: api version update

* feat: personalized commands

* feat: custom placeholders

* refactor: ChatMember split

* fix: old names for ChatMemberStatus

* refactor: renamed kickChatMember to banChatMember

* style: align params

* refactor: renamed getChatMembersCount to getChatMemberCount (#614)

* feat: resolve ChatMember

* refactor: renamed BotCommandScopeTypes (similar to code style)

* refactor: resolve is a static method

* Construct BotCommandScope from type

* Make BotCommandScope classmethod instead of method

* Use classmethod for ChatMember resolve method

Co-authored-by: Hoi Dmytro <dmytro.hoi@gmail.com>
Co-authored-by: Alex Root Junior <jroot.junior@gmail.com>
2021-07-04 23:52:55 +03:00
..
__init__.py Move tests of types to test/types/ directory. 2017-12-01 02:36:12 +02:00
dataset.py fix: bug IDFilter checking message from channel (#376) 2020-07-05 03:08:38 +03:00
test_animation.py Move tests of types to test/types/ directory. 2017-12-01 02:36:12 +02:00
test_chat.py Update tests (small fixes) 2018-01-27 22:38:22 +02:00
test_chat_member.py Telegram API 5.3 (#610) 2021-07-04 23:52:55 +03:00
test_document.py Move tests of types to test/types/ directory. 2017-12-01 02:36:12 +02:00
test_game.py Update tests (small fixes) 2018-01-27 22:38:22 +02:00
test_input_media.py #320 - Fix: Class InputMediaAudio contains some fields from other class. (#354) 2020-06-10 23:08:44 +03:00
test_message.py Update tests (small fixes) 2018-01-27 22:38:22 +02:00
test_photo.py Move tests of types to test/types/ directory. 2017-12-01 02:36:12 +02:00
test_reply_keyboard.py fix: add support init fields from parent object in KeyboardButton (#344) 2020-05-31 17:49:33 +03:00
test_update.py Update tests (small fixes) 2018-01-27 22:38:22 +02:00
test_user.py Update tests (small fixes) 2018-01-27 22:38:22 +02:00