aiogram/aiogram
Alex Root Junior 86ae64a8e4
Add MediaGroupBuilder for media group construction
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:23:02 +03:00
..
client Bot API 6.8 (#1276) 2023-08-18 20:18:05 +03:00
dispatcher Update a warning message in dispatcher (#1269) 2023-08-16 20:43:18 +03:00
enums Bot API 6.8 (#1276) 2023-08-18 20:18:05 +03:00
filters Removed the use of the context instance (Bot.get_current) from all placements that were used previously. (#1230) 2023-07-28 22:23:32 +03:00
fsm #1186 Renamed USER_IN_THREAD to USER_IN_TOPIC 2023-07-01 21:53:34 +03:00
handlers Removed the use of the context instance (Bot.get_current) from all placements that were used previously. (#1230) 2023-07-28 22:23:32 +03:00
methods Fixed error overlapping when validation error is caused by remove_unset root validator in base types and methods. (#1290) 2023-08-29 02:01:54 +03:00
types Fixed error overlapping when validation error is caused by remove_unset root validator in base types and methods. (#1290) 2023-08-29 02:01:54 +03:00
utils Add MediaGroupBuilder for media group construction 2023-09-03 00:23:02 +03:00
webhook Webhook docs (#1248) 2023-08-06 16:59:29 +03:00
__init__.py #1191 Added possibility to pass custom headers to URLInputFile object (#1197) 2023-06-25 01:39:26 +03:00
__meta__.py Bump version 2023-09-03 00:01:22 +03:00
exceptions.py Migration guide 2.x -> 3.0 (#1143) 2023-07-29 22:36:12 +03:00
loggers.py Bot API 5.7 and some new features (#834) 2022-02-19 01:45:59 +02:00
py.typed Add py.typed 2020-04-11 22:01:53 +03:00