mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-12 02:03:04 +00:00
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
13 lines
134 B
ReStructuredText
13 lines
134 B
ReStructuredText
=====
|
|
Utils
|
|
=====
|
|
|
|
.. toctree::
|
|
|
|
keyboard
|
|
i18n
|
|
chat_action
|
|
web_app
|
|
callback_answer
|
|
formatting
|
|
media_group
|