aiogram/tests/test_api
Alex Root Junior 5cf8d7b565
Add MediaGroupBuilder for media group construction (#1293)
Implemented a MediaGroupBuilder class in 'aiogram/utils/media_group.py' to help construct media groups. The class supports addition of different media types (audio, photo, video, document) to the media group with a maximum limit of 10 files. The functionality is demonstrated and usage is documented in 'docs/utils/media_group.rst'. Added related test cases in 'tests/test_utils/test_media_group.py'. This is to streamline and simplify the process of media group creation
2023-09-03 00:25:31 +03:00
..
test_client Reworked InputFile sending (#1238) 2023-08-02 21:41:07 +03:00
test_methods Add MediaGroupBuilder for media group construction (#1293) 2023-09-03 00:25:31 +03:00
test_types Fix Message.send_copy method for stories (#1287) 2023-08-28 22:32:11 +03:00
__init__.py Add tests for BaseSession and TelegramAPIServer 2019-11-16 00:52:18 +02:00