v1 milestone

This commit is contained in:
YOLANDO
2026-03-25 11:20:05 +07:00
commit 4ec369c18e
7307 changed files with 873141 additions and 0 deletions

View File

@@ -0,0 +1 @@
pip

View File

@@ -0,0 +1,160 @@
Metadata-Version: 2.1
Name: aiogram
Version: 3.4.1
Summary: Modern and fully asynchronous framework for Telegram Bot API
Project-URL: Homepage, https://aiogram.dev/
Project-URL: Documentation, https://docs.aiogram.dev/
Project-URL: Repository, https://github.com/aiogram/aiogram/
Author-email: Alex Root Junior <jroot.junior@gmail.com>
Maintainer-email: Alex Root Junior <jroot.junior@gmail.com>
License-Expression: MIT
License-File: LICENSE
Keywords: api,asyncio,bot,framework,telegram,wrapper
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Framework :: AsyncIO
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Communications :: Chat
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Typing :: Typed
Requires-Python: >=3.8
Requires-Dist: aiofiles~=23.2.1
Requires-Dist: aiohttp~=3.9.0
Requires-Dist: certifi>=2023.7.22
Requires-Dist: magic-filter<1.1,>=1.0.12
Requires-Dist: pydantic<2.6,>=2.4.1
Requires-Dist: typing-extensions<=5.0,>=4.7.0
Provides-Extra: cli
Requires-Dist: aiogram-cli~=1.0.3; extra == 'cli'
Provides-Extra: dev
Requires-Dist: black~=23.10.0; extra == 'dev'
Requires-Dist: isort~=5.12.0; extra == 'dev'
Requires-Dist: mypy~=1.6.1; extra == 'dev'
Requires-Dist: packaging~=23.1; extra == 'dev'
Requires-Dist: pre-commit~=3.5.0; extra == 'dev'
Requires-Dist: ruff~=0.1.1; extra == 'dev'
Requires-Dist: toml~=0.10.2; extra == 'dev'
Provides-Extra: docs
Requires-Dist: furo~=2023.9.10; extra == 'docs'
Requires-Dist: markdown-include~=0.8.1; extra == 'docs'
Requires-Dist: pygments~=2.16.1; extra == 'docs'
Requires-Dist: pymdown-extensions~=10.3; extra == 'docs'
Requires-Dist: sphinx-autobuild~=2021.3.14; extra == 'docs'
Requires-Dist: sphinx-copybutton~=0.5.2; extra == 'docs'
Requires-Dist: sphinx-intl~=2.1.0; extra == 'docs'
Requires-Dist: sphinx-substitution-extensions~=2022.2.16; extra == 'docs'
Requires-Dist: sphinxcontrib-towncrier~=0.3.2a0; extra == 'docs'
Requires-Dist: sphinx~=7.2.6; extra == 'docs'
Requires-Dist: towncrier~=23.6.0; extra == 'docs'
Provides-Extra: fast
Requires-Dist: aiodns>=3.0.0; extra == 'fast'
Requires-Dist: uvloop>=0.17.0; ((sys_platform == 'darwin' or sys_platform == 'linux') and platform_python_implementation != 'PyPy') and extra == 'fast'
Provides-Extra: i18n
Requires-Dist: babel~=2.13.0; extra == 'i18n'
Provides-Extra: proxy
Requires-Dist: aiohttp-socks~=0.8.3; extra == 'proxy'
Provides-Extra: redis
Requires-Dist: redis[hiredis]~=5.0.1; extra == 'redis'
Provides-Extra: test
Requires-Dist: aresponses~=2.1.6; extra == 'test'
Requires-Dist: pycryptodomex~=3.19.0; extra == 'test'
Requires-Dist: pytest-aiohttp~=1.0.5; extra == 'test'
Requires-Dist: pytest-asyncio~=0.21.1; extra == 'test'
Requires-Dist: pytest-cov~=4.1.0; extra == 'test'
Requires-Dist: pytest-html~=4.0.2; extra == 'test'
Requires-Dist: pytest-lazy-fixture~=0.6.3; extra == 'test'
Requires-Dist: pytest-mock~=3.12.0; extra == 'test'
Requires-Dist: pytest-mypy~=0.10.3; extra == 'test'
Requires-Dist: pytest~=7.4.2; extra == 'test'
Requires-Dist: pytz~=2023.3; extra == 'test'
Description-Content-Type: text/x-rst
#######
aiogram
#######
.. image:: https://img.shields.io/pypi/l/aiogram.svg?style=flat-square
:target: https://opensource.org/licenses/MIT
:alt: MIT License
.. image:: https://img.shields.io/pypi/status/aiogram.svg?style=flat-square
:target: https://pypi.python.org/pypi/aiogram
:alt: PyPi status
.. image:: https://img.shields.io/pypi/v/aiogram.svg?style=flat-square
:target: https://pypi.python.org/pypi/aiogram
:alt: PyPi Package Version
.. image:: https://img.shields.io/pypi/dm/aiogram.svg?style=flat-square
:target: https://pypi.python.org/pypi/aiogram
:alt: Downloads
.. image:: https://img.shields.io/pypi/pyversions/aiogram.svg?style=flat-square
:target: https://pypi.python.org/pypi/aiogram
:alt: Supported python versions
.. image:: https://img.shields.io/badge/dynamic/json?color=blue&logo=telegram&label=Telegram%20Bot%20API&query=%24.api.version&url=https%3A%2F%2Fraw.githubusercontent.com%2Faiogram%2Faiogram%2Fdev-3.x%2F.butcher%2Fschema%2Fschema.json&style=flat-square
:target: https://core.telegram.org/bots/api
:alt: Telegram Bot API
.. image:: https://img.shields.io/github/actions/workflow/status/aiogram/aiogram/tests.yml?branch=dev-3.x&style=flat-square
:target: https://github.com/aiogram/aiogram/actions
:alt: Tests
.. image:: https://img.shields.io/codecov/c/github/aiogram/aiogram?style=flat-square
:target: https://app.codecov.io/gh/aiogram/aiogram
:alt: Codecov
**aiogram** is a modern and fully asynchronous framework for
`Telegram Bot API <https://core.telegram.org/bots/api>`_ written in Python 3.8 using
`asyncio <https://docs.python.org/3/library/asyncio.html>`_ and
`aiohttp <https://github.com/aio-libs/aiohttp>`_.
Make your bots faster and more powerful!
Documentation:
- 🇺🇸 `English <https://docs.aiogram.dev/en/dev-3.x/>`_
- 🇺🇦 `Ukrainian <https://docs.aiogram.dev/uk_UA/dev-3.x/>`_
Features
========
- Asynchronous (`asyncio docs <https://docs.python.org/3/library/asyncio.html>`_, :pep:`492`)
- Has type hints (:pep:`484`) and can be used with `mypy <http://mypy-lang.org/>`_
- Supports `PyPy <https://www.pypy.org/>`_
- Supports `Telegram Bot API 7.1 <https://core.telegram.org/bots/api>`_ and gets fast updates to the latest versions of the Bot API
- Telegram Bot API integration code was `autogenerated <https://github.com/aiogram/tg-codegen>`_ and can be easily re-generated when API gets updated
- Updates router (Blueprints)
- Has Finite State Machine
- Uses powerful `magic filters <https://docs.aiogram.dev/en/latest/dispatcher/filters/magic_filters.html#magic-filters>`_
- Middlewares (incoming updates and API calls)
- Provides `Replies into Webhook <https://core.telegram.org/bots/faq#how-can-i-make-requests-in-response-to-updates>`_
- Integrated I18n/L10n support with GNU Gettext (or Fluent)
.. warning::
It is strongly advised that you have prior experience working
with `asyncio <https://docs.python.org/3/library/asyncio.html>`_
before beginning to use **aiogram**.
If you have any questions, you can visit our community chats on Telegram:
- 🇺🇸 `@aiogram <https://t.me/aiogram>`_
- 🇺🇦 `@aiogramua <https://t.me/aiogramua>`_
- 🇺🇿 `@aiogram_uz <https://t.me/aiogram_uz>`_
- 🇰🇿 `@aiogram_kz <https://t.me/aiogram_kz>`_
- 🇷🇺 `@aiogram_ru <https://t.me/aiogram_ru>`_
- 🇮🇷 `@aiogram_fa <https://t.me/aiogram_fa>`_
- 🇮🇹 `@aiogram_it <https://t.me/aiogram_it>`_
- 🇧🇷 `@aiogram_br <https://t.me/aiogram_br>`_

View File

@@ -0,0 +1,851 @@
aiogram-3.4.1.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4
aiogram-3.4.1.dist-info/METADATA,sha256=qmwDN5RUJiA1riAkGHgrJSikgA5atnlSVTIGLKX64XY,7218
aiogram-3.4.1.dist-info/RECORD,,
aiogram-3.4.1.dist-info/REQUESTED,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
aiogram-3.4.1.dist-info/WHEEL,sha256=TJPnKdtrSue7xZ_AVGkp9YXcvDrobsjBds1du3Nx6dc,87
aiogram-3.4.1.dist-info/licenses/LICENSE,sha256=kTEqDVZ6fYSuFKAER9NvxX60epaWBKI_h-xGsoiU6Iw,1070
aiogram/__init__.py,sha256=hzEKX_gFXmp5n4GXZEU80SJep1_FAH9owAnFTqd9nK0,948
aiogram/__meta__.py,sha256=AEDDg01h2_CWlCvjMgRvcC-D0GW2jWhNiXCRvhTM3es,46
aiogram/__pycache__/__init__.cpython-312.pyc,,
aiogram/__pycache__/__meta__.cpython-312.pyc,,
aiogram/__pycache__/exceptions.cpython-312.pyc,,
aiogram/__pycache__/loggers.cpython-312.pyc,,
aiogram/client/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
aiogram/client/__pycache__/__init__.cpython-312.pyc,,
aiogram/client/__pycache__/bot.cpython-312.pyc,,
aiogram/client/__pycache__/context_controller.cpython-312.pyc,,
aiogram/client/__pycache__/default.cpython-312.pyc,,
aiogram/client/__pycache__/telegram.cpython-312.pyc,,
aiogram/client/bot.py,sha256=1TTSpXnDxlL8W_NB57Gh1FyflcOB8QOEAC7Row3xM80,236369
aiogram/client/context_controller.py,sha256=rAminUBsB3K5FDyj-WQopkD1e94c7GrGVXNyaqPbXZ0,761
aiogram/client/default.py,sha256=-lasTN-8viTVcLKgvsZb3qWbQBcFPDO6b690czPCeVg,2663
aiogram/client/session/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
aiogram/client/session/__pycache__/__init__.cpython-312.pyc,,
aiogram/client/session/__pycache__/aiohttp.cpython-312.pyc,,
aiogram/client/session/__pycache__/base.cpython-312.pyc,,
aiogram/client/session/aiohttp.py,sha256=1uGaRn5xhAEpPU33QzUve9COVQOG2qlP9MgPovHhwUI,6760
aiogram/client/session/base.py,sha256=e3n5NrwL6L-pFhLetTgBg76uLJDxDP6jQqyxPgjtI_0,8335
aiogram/client/session/middlewares/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
aiogram/client/session/middlewares/__pycache__/__init__.cpython-312.pyc,,
aiogram/client/session/middlewares/__pycache__/base.cpython-312.pyc,,
aiogram/client/session/middlewares/__pycache__/manager.cpython-312.pyc,,
aiogram/client/session/middlewares/__pycache__/request_logging.cpython-312.pyc,,
aiogram/client/session/middlewares/base.py,sha256=ck8-iOnaYO2FHb3Yjq6E_TZwiPMg8w8THOXqyHDLjro,1394
aiogram/client/session/middlewares/manager.py,sha256=l3dbColanwNGlRLxaVNQSdqha4gt99k-o6gKHF3lOOo,1881
aiogram/client/session/middlewares/request_logging.py,sha256=_nUsciMnQeTZ-_nJw3A3NNBlGWzGqKMqYw2oJqJw3s8,1183
aiogram/client/telegram.py,sha256=cu0HUZqwPzvZp-tMI3yewmnNZ78aTpFfEF0ZZVf0qAw,3080
aiogram/dispatcher/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
aiogram/dispatcher/__pycache__/__init__.cpython-312.pyc,,
aiogram/dispatcher/__pycache__/dispatcher.cpython-312.pyc,,
aiogram/dispatcher/__pycache__/flags.cpython-312.pyc,,
aiogram/dispatcher/__pycache__/router.cpython-312.pyc,,
aiogram/dispatcher/dispatcher.py,sha256=9j5P1rQ5SPNQ-7gV6OLJcLRYKfb2yMyEVzb1WcJAiYY,23196
aiogram/dispatcher/event/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
aiogram/dispatcher/event/__pycache__/__init__.cpython-312.pyc,,
aiogram/dispatcher/event/__pycache__/bases.cpython-312.pyc,,
aiogram/dispatcher/event/__pycache__/event.cpython-312.pyc,,
aiogram/dispatcher/event/__pycache__/handler.cpython-312.pyc,,
aiogram/dispatcher/event/__pycache__/telegram.cpython-312.pyc,,
aiogram/dispatcher/event/bases.py,sha256=Piod0CEyGvBOwEuE7e70JMQal4XFilFD3NMinR2bEyE,871
aiogram/dispatcher/event/event.py,sha256=YXOroGX5Mj-5w6Jgl9oPf-muIp6ijeWjNJ3hEr2mA68,1352
aiogram/dispatcher/event/handler.py,sha256=rgV8j1x2a8qpmWCue1-uQ3fRzrc8qDdhKNJBkBnFSYo,3631
aiogram/dispatcher/event/telegram.py,sha256=BjptMwTbDVdpiIkngGyy8zY2b3i5__gwnuyA7uw9HoY,4767
aiogram/dispatcher/flags.py,sha256=vEevCfweZKDCEW2tA5E3UbqMH-TjDBI0ujf7ktzsx9o,3479
aiogram/dispatcher/middlewares/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
aiogram/dispatcher/middlewares/__pycache__/__init__.cpython-312.pyc,,
aiogram/dispatcher/middlewares/__pycache__/base.cpython-312.pyc,,
aiogram/dispatcher/middlewares/__pycache__/error.cpython-312.pyc,,
aiogram/dispatcher/middlewares/__pycache__/manager.cpython-312.pyc,,
aiogram/dispatcher/middlewares/__pycache__/user_context.cpython-312.pyc,,
aiogram/dispatcher/middlewares/base.py,sha256=czbD9IDLoHb6pf6HisRGyG8pAQMLbC4R5k-iuTIWSNU,784
aiogram/dispatcher/middlewares/error.py,sha256=xDfQxTo9PT1qXvE35OGesDi7WydeQeB4zgT07eXM5G4,1119
aiogram/dispatcher/middlewares/manager.py,sha256=rlvAjiizFvNI_1WDVlkOutrhNBirYNQqdU74HgaiAlM,2138
aiogram/dispatcher/middlewares/user_context.py,sha256=lHmVK_RMxBi0JEAViGR8poh8laMzqpgNsIfo5nT_ksc,3776
aiogram/dispatcher/router.py,sha256=dCFJriNbvdSi8n59zLUiQGaZdvx34PWNCyMegaNf6GU,9758
aiogram/enums/__init__.py,sha256=YIP6eY41gk-RxrYTyflQyGg-08AW9lSerq_vGSO73AI,1675
aiogram/enums/__pycache__/__init__.cpython-312.pyc,,
aiogram/enums/__pycache__/bot_command_scope_type.cpython-312.pyc,,
aiogram/enums/__pycache__/chat_action.cpython-312.pyc,,
aiogram/enums/__pycache__/chat_boost_source_type.cpython-312.pyc,,
aiogram/enums/__pycache__/chat_member_status.cpython-312.pyc,,
aiogram/enums/__pycache__/chat_type.cpython-312.pyc,,
aiogram/enums/__pycache__/content_type.cpython-312.pyc,,
aiogram/enums/__pycache__/currency.cpython-312.pyc,,
aiogram/enums/__pycache__/dice_emoji.cpython-312.pyc,,
aiogram/enums/__pycache__/encrypted_passport_element.cpython-312.pyc,,
aiogram/enums/__pycache__/inline_query_result_type.cpython-312.pyc,,
aiogram/enums/__pycache__/input_media_type.cpython-312.pyc,,
aiogram/enums/__pycache__/keyboard_button_poll_type_type.cpython-312.pyc,,
aiogram/enums/__pycache__/mask_position_point.cpython-312.pyc,,
aiogram/enums/__pycache__/menu_button_type.cpython-312.pyc,,
aiogram/enums/__pycache__/message_entity_type.cpython-312.pyc,,
aiogram/enums/__pycache__/message_origin_type.cpython-312.pyc,,
aiogram/enums/__pycache__/parse_mode.cpython-312.pyc,,
aiogram/enums/__pycache__/passport_element_error_type.cpython-312.pyc,,
aiogram/enums/__pycache__/poll_type.cpython-312.pyc,,
aiogram/enums/__pycache__/reaction_type_type.cpython-312.pyc,,
aiogram/enums/__pycache__/sticker_format.cpython-312.pyc,,
aiogram/enums/__pycache__/sticker_type.cpython-312.pyc,,
aiogram/enums/__pycache__/topic_icon_color.cpython-312.pyc,,
aiogram/enums/__pycache__/update_type.cpython-312.pyc,,
aiogram/enums/bot_command_scope_type.py,sha256=aPn5UKE6AN5BpK9kTH1ffJzG3qUOWFu5lyZOifMu5so,477
aiogram/enums/chat_action.py,sha256=KKItRU_RQuNzFMrAtc67Pn0aT4rZuuynpH6-yXfBhRY,972
aiogram/enums/chat_boost_source_type.py,sha256=80MfT0G_9-uv-7MsTs0lZjtJiA7EaUmqYd5b3vH6JtU,277
aiogram/enums/chat_member_status.py,sha256=OLr5ZfkZocicy1t5i30g7ufR8kujBPHENzR5UHnsDpc,334
aiogram/enums/chat_type.py,sha256=1Oi1TYITumT8jZritu1fgHNKDvK9otlAhPm4soyBKQQ,280
aiogram/enums/content_type.py,sha256=uRh9JQ9WzzwOb6bRjUO6wSt4zDrgOLMc6OEzHu9V59A,2235
aiogram/enums/currency.py,sha256=P5S_e7Y3wYmODiaK_8Fz0MHVwJXkt1P9Y3gd2SGo1iU,1563
aiogram/enums/dice_emoji.py,sha256=9KlOPTQlgt-6d3myDEWWUTB9H8BrE_LRaOZvBM2ceWs,303
aiogram/enums/encrypted_passport_element.py,sha256=m0-tAF9myf6FwPbsuJgj4AYvywzLMzzltUgrqWgGVws,704
aiogram/enums/inline_query_result_type.py,sha256=HGNN5aOg_jZbE4NNfHs21M-xK5cj2rBar4-C77T73YI,465
aiogram/enums/input_media_type.py,sha256=BfCDkzFOjrzJSo2syY2lq3E3JP8AdlGemp7qMnAupw0,291
aiogram/enums/keyboard_button_poll_type_type.py,sha256=vPjequaOO5zySi7hiQjyVIfQl-jhtpgCGHYMR7DOYWY,324
aiogram/enums/mask_position_point.py,sha256=lhlx8U-9gtGn_LPiSOHWBe1u8YTLZCERs5x8DRmUubM,290
aiogram/enums/menu_button_type.py,sha256=4FDz7HKaVtfBlvXObCOVAUmyQQvRsyPi0Vu_Kc-HbDs,264
aiogram/enums/message_entity_type.py,sha256=5315XdzmqXL_-7aX_7NsYI8BSQmyU0pePj-tKQMdgxU,651
aiogram/enums/message_origin_type.py,sha256=qWHgXPzpuhsTcLx-huqNS1l36JSwqbsCY70_d20nreM,279
aiogram/enums/parse_mode.py,sha256=t5F3LaNLsUOaNQuYlQseWt36suA-oRgr_uScGEU8TKU,234
aiogram/enums/passport_element_error_type.py,sha256=HCcvvc8DDUNRD-mdFgFqMEFlr_4pa5Us5_U6pO2wXsc,471
aiogram/enums/poll_type.py,sha256=DluT-wQcOGqBgQimYLlO6OlTIIYnnbtHOmY9pjqVToo,200
aiogram/enums/reaction_type_type.py,sha256=HfSXXZFcMXjIoD0Q8B_lZju6mPuB4jNIBbRyIfLYnEI,233
aiogram/enums/sticker_format.py,sha256=UmbwulTvkG7TFwS2twsblqiBj89jeEWY-y7P7Ah2qgo,235
aiogram/enums/sticker_type.py,sha256=XonGtnasf3tXwoD2DVRx5E16rHCE5VqgAFSfcFMIAGU,278
aiogram/enums/topic_icon_color.py,sha256=q-DilvJsgVmz5VafMOxj1BKJcMoHzpRrbatTPE4inxk,399
aiogram/enums/update_type.py,sha256=ReSt020pRfl0RHS5EA1H9vCU5VBnY_PVYRD5l267K7M,880
aiogram/exceptions.py,sha256=Y6wDVG2fyoczPn15U5epm_nnTx8eTC3CgX19SzyiqOE,5153
aiogram/filters/__init__.py,sha256=w7mWuJOIpLDZyUt1eznzMeF-o1UrstHQ-OYbBHHG6ek,1031
aiogram/filters/__pycache__/__init__.cpython-312.pyc,,
aiogram/filters/__pycache__/base.cpython-312.pyc,,
aiogram/filters/__pycache__/callback_data.cpython-312.pyc,,
aiogram/filters/__pycache__/chat_member_updated.cpython-312.pyc,,
aiogram/filters/__pycache__/command.cpython-312.pyc,,
aiogram/filters/__pycache__/exception.cpython-312.pyc,,
aiogram/filters/__pycache__/logic.cpython-312.pyc,,
aiogram/filters/__pycache__/magic_data.cpython-312.pyc,,
aiogram/filters/__pycache__/state.cpython-312.pyc,,
aiogram/filters/base.py,sha256=6mCB2nSjqskDDl9mKCZ3SghhwQ1jryaSTd5PvWii3bM,2005
aiogram/filters/callback_data.py,sha256=nxRCCPXX4iuk1bnVpg3MdLOCeGlmJFKIcS6yjPkM2V8,6225
aiogram/filters/chat_member_updated.py,sha256=3VsiMYLK6L7AfLS7RQRWwjXThWGN7gj4NAYnR0Wdr8I,7484
aiogram/filters/command.py,sha256=Zj61EbCKux4LfEOGVtYkouTWNgyFhKKuOKJKubmtMaI,9861
aiogram/filters/exception.py,sha256=HbJIOVrXHh0_LkID6b-yn8Xow-llmLqKYmK0_tqB4YA,1488
aiogram/filters/logic.py,sha256=2M-fYY8m1ybX00wFn_8toRHj5alTfy4T6zkIkYrQZbM,2174
aiogram/filters/magic_data.py,sha256=n6puT9d40a9bfjKk_GKb4ZGvtzqkz6_y-zyzVX72V90,715
aiogram/filters/state.py,sha256=A4GuSAo5KPdSZMetCC9crrfbJ-yghLunJUVYkOdBPTI,1448
aiogram/fsm/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
aiogram/fsm/__pycache__/__init__.cpython-312.pyc,,
aiogram/fsm/__pycache__/context.cpython-312.pyc,,
aiogram/fsm/__pycache__/middleware.cpython-312.pyc,,
aiogram/fsm/__pycache__/scene.cpython-312.pyc,,
aiogram/fsm/__pycache__/state.cpython-312.pyc,,
aiogram/fsm/__pycache__/strategy.cpython-312.pyc,,
aiogram/fsm/context.py,sha256=o0cKPtB43Z2S8DgSD9be5moF8FqOboBca8Wyd6qvUgU,1072
aiogram/fsm/middleware.py,sha256=0SKkcDG-EDiTmVjYHKQJWni-nDnmN-xxKtbysFdI3Pg,3449
aiogram/fsm/scene.py,sha256=7a5zMRvfE2vHQ-3zSCHiBDa93QedmOr6kgLs1svjHAg,31903
aiogram/fsm/state.py,sha256=niSrI9asvpAuo7uiNICn1GK3i0eJ-JQp21a04nUqHqc,4544
aiogram/fsm/storage/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
aiogram/fsm/storage/__pycache__/__init__.cpython-312.pyc,,
aiogram/fsm/storage/__pycache__/base.cpython-312.pyc,,
aiogram/fsm/storage/__pycache__/memory.cpython-312.pyc,,
aiogram/fsm/storage/__pycache__/redis.cpython-312.pyc,,
aiogram/fsm/storage/base.py,sha256=RYJHcNZIHTW776wDvx2qaJXeO6MT80E2117H8I8SVwU,2444
aiogram/fsm/storage/memory.py,sha256=xG3507DVY01GTntkGSG1-2fPlWkcDL48QUTIE5WFowQ,2133
aiogram/fsm/storage/redis.py,sha256=IfYUlgGFx2PrmJQSycrxgnT7_95F-Rt_68SPqH0bdfI,7371
aiogram/fsm/strategy.py,sha256=q00Z9OkpCKa-TltIkRKlM6HfajYutv3rJM6nKv9TI9o,736
aiogram/handlers/__init__.py,sha256=XVErtJHhSmg4ytiDTP9J5pQY0RwBN1TsjT5v-Ls7RE4,800
aiogram/handlers/__pycache__/__init__.cpython-312.pyc,,
aiogram/handlers/__pycache__/base.cpython-312.pyc,,
aiogram/handlers/__pycache__/callback_query.cpython-312.pyc,,
aiogram/handlers/__pycache__/chat_member.cpython-312.pyc,,
aiogram/handlers/__pycache__/chosen_inline_result.cpython-312.pyc,,
aiogram/handlers/__pycache__/error.cpython-312.pyc,,
aiogram/handlers/__pycache__/inline_query.cpython-312.pyc,,
aiogram/handlers/__pycache__/message.cpython-312.pyc,,
aiogram/handlers/__pycache__/poll.cpython-312.pyc,,
aiogram/handlers/__pycache__/pre_checkout_query.cpython-312.pyc,,
aiogram/handlers/__pycache__/shipping_query.cpython-312.pyc,,
aiogram/handlers/base.py,sha256=SKLNknDSxAItRHwPMJanOPFztWakJQCun4myH9TBNik,1097
aiogram/handlers/callback_query.py,sha256=XWGgkmyt2Bgnh1B_3ivIZ_jMRJIQUEXPeKSUO4VW_zg,1036
aiogram/handlers/chat_member.py,sha256=TCr1m47duHFUpL92W56ok0hF1k0NN3Yk88-1zzEsYmw,322
aiogram/handlers/chosen_inline_result.py,sha256=NjAPc5EgBb8V4p3WVpcPNPd8b1OApymvBN-I75EYMQo,410
aiogram/handlers/error.py,sha256=86pedHPBgYxXYwrW00s0cadf_lRP6TeHEG0goJ6zNJk,352
aiogram/handlers/inline_query.py,sha256=sOkT3uMuvamMnSTxct-cdQFng6GBqaOlSNV4aHUbVPQ,381
aiogram/handlers/message.py,sha256=I6R4TJ8V6bbGVppmxmGSxIkCzeN9JMn1CDojywWrt50,721
aiogram/handlers/poll.py,sha256=Bn075JIux1lNPjKWH3woV_OzMcvPgPvtkgp4W22mUX8,396
aiogram/handlers/pre_checkout_query.py,sha256=ZO0iZFVwRz4CtBWIVLds8JoHhMPqCahz6lwOfR4dEkg,321
aiogram/handlers/shipping_query.py,sha256=ku14YRYvddTbHeKoIwb2oDpfrpsetFC1m2BwIsNwoAs,314
aiogram/loggers.py,sha256=3MCGSmwgXXsWbgtSaTc6bPSwVOIe8FkQZglc0QLVvsY,257
aiogram/methods/__init__.py,sha256=5HDSGyXwH-7X4DBt15ANduQRYa4GKocrVldi-H9022I,8942
aiogram/methods/__pycache__/__init__.cpython-312.pyc,,
aiogram/methods/__pycache__/add_sticker_to_set.cpython-312.pyc,,
aiogram/methods/__pycache__/answer_callback_query.cpython-312.pyc,,
aiogram/methods/__pycache__/answer_inline_query.cpython-312.pyc,,
aiogram/methods/__pycache__/answer_pre_checkout_query.cpython-312.pyc,,
aiogram/methods/__pycache__/answer_shipping_query.cpython-312.pyc,,
aiogram/methods/__pycache__/answer_web_app_query.cpython-312.pyc,,
aiogram/methods/__pycache__/approve_chat_join_request.cpython-312.pyc,,
aiogram/methods/__pycache__/ban_chat_member.cpython-312.pyc,,
aiogram/methods/__pycache__/ban_chat_sender_chat.cpython-312.pyc,,
aiogram/methods/__pycache__/base.cpython-312.pyc,,
aiogram/methods/__pycache__/close.cpython-312.pyc,,
aiogram/methods/__pycache__/close_forum_topic.cpython-312.pyc,,
aiogram/methods/__pycache__/close_general_forum_topic.cpython-312.pyc,,
aiogram/methods/__pycache__/copy_message.cpython-312.pyc,,
aiogram/methods/__pycache__/copy_messages.cpython-312.pyc,,
aiogram/methods/__pycache__/create_chat_invite_link.cpython-312.pyc,,
aiogram/methods/__pycache__/create_forum_topic.cpython-312.pyc,,
aiogram/methods/__pycache__/create_invoice_link.cpython-312.pyc,,
aiogram/methods/__pycache__/create_new_sticker_set.cpython-312.pyc,,
aiogram/methods/__pycache__/decline_chat_join_request.cpython-312.pyc,,
aiogram/methods/__pycache__/delete_chat_photo.cpython-312.pyc,,
aiogram/methods/__pycache__/delete_chat_sticker_set.cpython-312.pyc,,
aiogram/methods/__pycache__/delete_forum_topic.cpython-312.pyc,,
aiogram/methods/__pycache__/delete_message.cpython-312.pyc,,
aiogram/methods/__pycache__/delete_messages.cpython-312.pyc,,
aiogram/methods/__pycache__/delete_my_commands.cpython-312.pyc,,
aiogram/methods/__pycache__/delete_sticker_from_set.cpython-312.pyc,,
aiogram/methods/__pycache__/delete_sticker_set.cpython-312.pyc,,
aiogram/methods/__pycache__/delete_webhook.cpython-312.pyc,,
aiogram/methods/__pycache__/edit_chat_invite_link.cpython-312.pyc,,
aiogram/methods/__pycache__/edit_forum_topic.cpython-312.pyc,,
aiogram/methods/__pycache__/edit_general_forum_topic.cpython-312.pyc,,
aiogram/methods/__pycache__/edit_message_caption.cpython-312.pyc,,
aiogram/methods/__pycache__/edit_message_live_location.cpython-312.pyc,,
aiogram/methods/__pycache__/edit_message_media.cpython-312.pyc,,
aiogram/methods/__pycache__/edit_message_reply_markup.cpython-312.pyc,,
aiogram/methods/__pycache__/edit_message_text.cpython-312.pyc,,
aiogram/methods/__pycache__/export_chat_invite_link.cpython-312.pyc,,
aiogram/methods/__pycache__/forward_message.cpython-312.pyc,,
aiogram/methods/__pycache__/forward_messages.cpython-312.pyc,,
aiogram/methods/__pycache__/get_chat.cpython-312.pyc,,
aiogram/methods/__pycache__/get_chat_administrators.cpython-312.pyc,,
aiogram/methods/__pycache__/get_chat_member.cpython-312.pyc,,
aiogram/methods/__pycache__/get_chat_member_count.cpython-312.pyc,,
aiogram/methods/__pycache__/get_chat_menu_button.cpython-312.pyc,,
aiogram/methods/__pycache__/get_custom_emoji_stickers.cpython-312.pyc,,
aiogram/methods/__pycache__/get_file.cpython-312.pyc,,
aiogram/methods/__pycache__/get_forum_topic_icon_stickers.cpython-312.pyc,,
aiogram/methods/__pycache__/get_game_high_scores.cpython-312.pyc,,
aiogram/methods/__pycache__/get_me.cpython-312.pyc,,
aiogram/methods/__pycache__/get_my_commands.cpython-312.pyc,,
aiogram/methods/__pycache__/get_my_default_administrator_rights.cpython-312.pyc,,
aiogram/methods/__pycache__/get_my_description.cpython-312.pyc,,
aiogram/methods/__pycache__/get_my_name.cpython-312.pyc,,
aiogram/methods/__pycache__/get_my_short_description.cpython-312.pyc,,
aiogram/methods/__pycache__/get_sticker_set.cpython-312.pyc,,
aiogram/methods/__pycache__/get_updates.cpython-312.pyc,,
aiogram/methods/__pycache__/get_user_chat_boosts.cpython-312.pyc,,
aiogram/methods/__pycache__/get_user_profile_photos.cpython-312.pyc,,
aiogram/methods/__pycache__/get_webhook_info.cpython-312.pyc,,
aiogram/methods/__pycache__/hide_general_forum_topic.cpython-312.pyc,,
aiogram/methods/__pycache__/leave_chat.cpython-312.pyc,,
aiogram/methods/__pycache__/log_out.cpython-312.pyc,,
aiogram/methods/__pycache__/pin_chat_message.cpython-312.pyc,,
aiogram/methods/__pycache__/promote_chat_member.cpython-312.pyc,,
aiogram/methods/__pycache__/reopen_forum_topic.cpython-312.pyc,,
aiogram/methods/__pycache__/reopen_general_forum_topic.cpython-312.pyc,,
aiogram/methods/__pycache__/restrict_chat_member.cpython-312.pyc,,
aiogram/methods/__pycache__/revoke_chat_invite_link.cpython-312.pyc,,
aiogram/methods/__pycache__/send_animation.cpython-312.pyc,,
aiogram/methods/__pycache__/send_audio.cpython-312.pyc,,
aiogram/methods/__pycache__/send_chat_action.cpython-312.pyc,,
aiogram/methods/__pycache__/send_contact.cpython-312.pyc,,
aiogram/methods/__pycache__/send_dice.cpython-312.pyc,,
aiogram/methods/__pycache__/send_document.cpython-312.pyc,,
aiogram/methods/__pycache__/send_game.cpython-312.pyc,,
aiogram/methods/__pycache__/send_invoice.cpython-312.pyc,,
aiogram/methods/__pycache__/send_location.cpython-312.pyc,,
aiogram/methods/__pycache__/send_media_group.cpython-312.pyc,,
aiogram/methods/__pycache__/send_message.cpython-312.pyc,,
aiogram/methods/__pycache__/send_photo.cpython-312.pyc,,
aiogram/methods/__pycache__/send_poll.cpython-312.pyc,,
aiogram/methods/__pycache__/send_sticker.cpython-312.pyc,,
aiogram/methods/__pycache__/send_venue.cpython-312.pyc,,
aiogram/methods/__pycache__/send_video.cpython-312.pyc,,
aiogram/methods/__pycache__/send_video_note.cpython-312.pyc,,
aiogram/methods/__pycache__/send_voice.cpython-312.pyc,,
aiogram/methods/__pycache__/set_chat_administrator_custom_title.cpython-312.pyc,,
aiogram/methods/__pycache__/set_chat_description.cpython-312.pyc,,
aiogram/methods/__pycache__/set_chat_menu_button.cpython-312.pyc,,
aiogram/methods/__pycache__/set_chat_permissions.cpython-312.pyc,,
aiogram/methods/__pycache__/set_chat_photo.cpython-312.pyc,,
aiogram/methods/__pycache__/set_chat_sticker_set.cpython-312.pyc,,
aiogram/methods/__pycache__/set_chat_title.cpython-312.pyc,,
aiogram/methods/__pycache__/set_custom_emoji_sticker_set_thumbnail.cpython-312.pyc,,
aiogram/methods/__pycache__/set_game_score.cpython-312.pyc,,
aiogram/methods/__pycache__/set_message_reaction.cpython-312.pyc,,
aiogram/methods/__pycache__/set_my_commands.cpython-312.pyc,,
aiogram/methods/__pycache__/set_my_default_administrator_rights.cpython-312.pyc,,
aiogram/methods/__pycache__/set_my_description.cpython-312.pyc,,
aiogram/methods/__pycache__/set_my_name.cpython-312.pyc,,
aiogram/methods/__pycache__/set_my_short_description.cpython-312.pyc,,
aiogram/methods/__pycache__/set_passport_data_errors.cpython-312.pyc,,
aiogram/methods/__pycache__/set_sticker_emoji_list.cpython-312.pyc,,
aiogram/methods/__pycache__/set_sticker_keywords.cpython-312.pyc,,
aiogram/methods/__pycache__/set_sticker_mask_position.cpython-312.pyc,,
aiogram/methods/__pycache__/set_sticker_position_in_set.cpython-312.pyc,,
aiogram/methods/__pycache__/set_sticker_set_thumbnail.cpython-312.pyc,,
aiogram/methods/__pycache__/set_sticker_set_title.cpython-312.pyc,,
aiogram/methods/__pycache__/set_webhook.cpython-312.pyc,,
aiogram/methods/__pycache__/stop_message_live_location.cpython-312.pyc,,
aiogram/methods/__pycache__/stop_poll.cpython-312.pyc,,
aiogram/methods/__pycache__/unban_chat_member.cpython-312.pyc,,
aiogram/methods/__pycache__/unban_chat_sender_chat.cpython-312.pyc,,
aiogram/methods/__pycache__/unhide_general_forum_topic.cpython-312.pyc,,
aiogram/methods/__pycache__/unpin_all_chat_messages.cpython-312.pyc,,
aiogram/methods/__pycache__/unpin_all_forum_topic_messages.cpython-312.pyc,,
aiogram/methods/__pycache__/unpin_all_general_forum_topic_messages.cpython-312.pyc,,
aiogram/methods/__pycache__/unpin_chat_message.cpython-312.pyc,,
aiogram/methods/__pycache__/upload_sticker_file.cpython-312.pyc,,
aiogram/methods/add_sticker_to_set.py,sha256=YACmedK7T4J_f8xG-qt1mE8npm9DSc9LH14GFcLFnjI,1592
aiogram/methods/answer_callback_query.py,sha256=YVozC3bMDE8YoH6x5TipzWiXCwdWLAU96GWOJTxf1AE,2903
aiogram/methods/answer_inline_query.py,sha256=039jip6Ty3cdvEuYbfougTO-DZIzi1f5hisl6yRg8qw,6017
aiogram/methods/answer_pre_checkout_query.py,sha256=5peOULN2DO0VoK3nEAnsN-E9RWAH5ab64UUc-4apRHk,2172
aiogram/methods/answer_shipping_query.py,sha256=oiq-B_Go-J_sRalwvgyFjUUZDEF1MX5IGNKV6khU0N8,2254
aiogram/methods/answer_web_app_query.py,sha256=AXM-hDf_xIarwburmGT27ZoKFoGsbcVbPNM_EHUHKVo,3676
aiogram/methods/approve_chat_join_request.py,sha256=KUetMV7jHSB9_v702JlSI-CVlJMHUCNstvjUC0GU3i4,1281
aiogram/methods/ban_chat_member.py,sha256=hfHkT_Ucg-26oVtvRQwGvijDMn7uaV84agEY7vIEp-E,2481
aiogram/methods/ban_chat_sender_chat.py,sha256=rr77ixJufnD9bWevxTaSHCcJVh3lIf19JGLEctMMm7A,1569
aiogram/methods/base.py,sha256=VH-3rKUGvNYoiQ9Tw78FujrzlJLs9smBhmI8ejx3-2Y,2734
aiogram/methods/close.py,sha256=Bnzle__tO6tCMMLHkN1E00ypkrdQ0RjhkBNxhjDOq3k,593
aiogram/methods/close_forum_topic.py,sha256=njPMjFb7CkLYbjEuNWPrSDh2HSpqlmO76B9Xs_Xahco,1475
aiogram/methods/close_general_forum_topic.py,sha256=lLWx-ZgE4eV15D2yLXg1wWVECfcN7_1y2XA5vqr1d84,1223
aiogram/methods/copy_message.py,sha256=lW3fo-DFxuO5MqAErhO9RsQkLgzNQ2iVw4oV-bvUUds,5658
aiogram/methods/copy_messages.py,sha256=mQHsoPZtIj2afSlcXQRf4jwdch9fi_6hOPnr3g7RTP0,3246
aiogram/methods/create_chat_invite_link.py,sha256=Snalw6e_zk5g5FI2wKB4Pr0qbGS1PbjIcq7567RC5YE,2545
aiogram/methods/create_forum_topic.py,sha256=FuJ8R-jkpfk7hPKe6pffiUQE21Hhh22G7cFMCFe5kok,2188
aiogram/methods/create_invoice_link.py,sha256=cYbk7oLCQTwVgWnSWHLpCtRNEbHpVkt14AvtGLINDy8,5806
aiogram/methods/create_new_sticker_set.py,sha256=e-jrOxqTUxESERlNOP8KadiwwlcPeRKYCE5yKWfoPbg,2732
aiogram/methods/decline_chat_join_request.py,sha256=19Sj8OHe6erv3_E4p-Sw_y8XygNYOWrPI5S23CU5P1w,1281
aiogram/methods/delete_chat_photo.py,sha256=0nrFbxWyO7R0pVMAWook7VRXAIU-AeEr_wpiFvyLssQ,1194
aiogram/methods/delete_chat_sticker_set.py,sha256=KaRyvzLt1ystCbkptimtxqUM_4_RzpI7Sl91heSVlKc,1348
aiogram/methods/delete_forum_topic.py,sha256=LrncMipGRW2Be4bYFzSYMjydvRijmPU5Owtmb61e374,1470
aiogram/methods/delete_message.py,sha256=wCMd8oHwYETY1Nk2vP4DYhu-sdrm-LqhQBKPAgQQhSY,1956
aiogram/methods/delete_messages.py,sha256=Z8QO9e1lpkou-P0SqXcn5_ZEyqmGMNFJ1Nxvo9YOp38,1375
aiogram/methods/delete_my_commands.py,sha256=LiYVWXeqBxs_hUbq6pQ1h3zSKUyzw7ahdaXb1esAH8Q,2608
aiogram/methods/delete_sticker_from_set.py,sha256=J2PsBRRTBks5TDlp4mlmubem7MSWKh8jzJMmLJQV9CI,944
aiogram/methods/delete_sticker_set.py,sha256=csUT6RkdqmOy0K7vT2QXXR_YJfpQ78S31WYttFqEPY8,908
aiogram/methods/delete_webhook.py,sha256=7kfmOOSlujfXV5JZEozbuQQzNrX5YV0f6nMvUo5aw_k,1155
aiogram/methods/edit_chat_invite_link.py,sha256=N2RqH2DHbRK-zF97jtHlhMV2YykBgHgpqw_iDz8KQRw,2564
aiogram/methods/edit_forum_topic.py,sha256=KPEvs72WdxoUL6Pl1mhOPAxBd_YzJtNhnxj235DvphQ,2191
aiogram/methods/edit_general_forum_topic.py,sha256=2iduCsNFz0-ChhCCzoqQGA5ZU6UakmcJV4Lu_mFHXOQ,1302
aiogram/methods/edit_message_caption.py,sha256=fms9TTpsRoc1xGQhUQ7QuaYxnPEjFdKF3eVTZ4h1q2M,3109
aiogram/methods/edit_message_live_location.py,sha256=gcM0amXsk6EPROAU9eOxtmT0tVl8bqvSJcZw2KItJfw,3403
aiogram/methods/edit_message_media.py,sha256=LeiW4XxmKfmI_4xyhr-O6GMgju3qs-kr1IZG4nhd-Ss,3086
aiogram/methods/edit_message_reply_markup.py,sha256=vHUbA7jZEIuXWZPrrlg-sQTX-wHEQu4yGRD8FzlNM8o,2215
aiogram/methods/edit_message_text.py,sha256=vJSun90DoN3MZ4ndBtt9q_7lnQcsxb50BYrz9DJb_LA,3902
aiogram/methods/export_chat_invite_link.py,sha256=oC00_UAsmJ7icNtjmnCbQ9sYyJLoOujNJsLIRMyx9qg,1792
aiogram/methods/forward_message.py,sha256=KM6v9CrqMnwC0YLgiIEVxTFBUmb5GhFfAMycrxY0IJ4,2655
aiogram/methods/forward_messages.py,sha256=0Vy4YipMdRDYEknQx-0thFNP9y7ZCvvXFCFVrA51M0M,2748
aiogram/methods/get_chat.py,sha256=rHgyXPpioxu3nrySQM76lPIHP1wzoFfZn4W5SJgiA78,1103
aiogram/methods/get_chat_administrators.py,sha256=uxzQWmNc0EJRJ-c0ecJmjLPWDOwlMD1KWDiOAnqofxs,1815
aiogram/methods/get_chat_member.py,sha256=pltcJQL_aSljObA_XAVa9chzyC5saahC-jCA85U0Z_E,1857
aiogram/methods/get_chat_member_count.py,sha256=phZ05LJUn3EAXBuH_7HqMFOuTg99nyVNjNEVWry1sto,1067
aiogram/methods/get_chat_menu_button.py,sha256=Ko5U5PMvTP08x8SkCUddFASaGr-LbtP_4GhvbM-TP7c,1362
aiogram/methods/get_custom_emoji_stickers.py,sha256=dTO3SJd4pJCjhLWSfnmJuPahlBcBteNRCTi_gtYPW7c,1183
aiogram/methods/get_file.py,sha256=FutkpYaOz_xjdU_1FwGY75ZYZ-uqBCZapZBiE5K9sC0,1571
aiogram/methods/get_forum_topic_icon_stickers.py,sha256=TUAX41OPjlluu3zxI-_lYCzBHzX-Wa_Fgde727H4llg,557
aiogram/methods/get_game_high_scores.py,sha256=IhEZ81rRGOh_pkq54qGys0RGoywhTG7I5UdYikoVS8A,2156
aiogram/methods/get_me.py,sha256=gA4vD-v3WYPpZaSTy6mpGZmsV5WXdSHv06EymV9ZQnU,439
aiogram/methods/get_my_commands.py,sha256=67G3OlYrwZAnQZM8D2nQwNwEhPB1siDqOvMkc9saSgo,2464
aiogram/methods/get_my_default_administrator_rights.py,sha256=dw1MnQACVfVsQeYs5ikZG1jThB15HR8Trv1xHg_oSLY,1359
aiogram/methods/get_my_description.py,sha256=UzgJhr6sl4i4RD9LIYxvTx4z4V3cZMGQavCFucWwv1I,1156
aiogram/methods/get_my_name.py,sha256=GGY2ZnZ_uXL5GqRKHJ2uXs5v_LUBqg6yx0NdrBLZoy8,1057
aiogram/methods/get_my_short_description.py,sha256=yRQ0ertSdcbEy32FC07FAo12q7eyLEN04h0gkxzpmGE,1203
aiogram/methods/get_sticker_set.py,sha256=oh9jEInEgKDfOhAu58ex4rUYRCJCk-BTsOAvNa7GPMg,965
aiogram/methods/get_updates.py,sha256=dMl44T18fGWKDG2ZK-GQ2OJu7PIYe3GJ93IzX26LXqs,3024
aiogram/methods/get_user_chat_boosts.py,sha256=2HYUsuZMxrP-YdZO7S4rX0QItzjUN8H01mmwvm2SSkc,1255
aiogram/methods/get_user_profile_photos.py,sha256=URseFqr69kRj4-gqNkSl4TsiEaAK78iAyjYrTv4tCpA,1507
aiogram/methods/get_webhook_info.py,sha256=8h38GW1au2fAZau2qmXuOnmu-H6kIjXQEms3VKLJf5c,576
aiogram/methods/hide_general_forum_topic.py,sha256=dKPkMB4okbduRG9K-Mah5hf6OsKzGg8NrtnTQdcVu78,1270
aiogram/methods/leave_chat.py,sha256=m3F4mKwOmJaxk958rbBZqGIRcM7007JMce1S2zpEvPY,1063
aiogram/methods/log_out.py,sha256=yBkCbabI7CRBkTHwhJ61KmqazMxiUuGRMhxlzl7BWB4,660
aiogram/methods/pin_chat_message.py,sha256=vcDAA1U_G4i5jA2B4dijl6l9O4m3a4P3dTmr2A7Ig7M,1872
aiogram/methods/promote_chat_member.py,sha256=JKKNOPvBeAgzwjuDL-3h_mkAokm9-WccWkBIaKzbUEM,5466
aiogram/methods/reopen_forum_topic.py,sha256=TfJtX4zGVNYjjhivHRwBFV9sbWINhr8k_q5lXoLtITw,1480
aiogram/methods/reopen_general_forum_topic.py,sha256=kxJtoOauJNWYxqesoT6qeDvXAJujUZvK-3QO5lnFEw8,1287
aiogram/methods/restrict_chat_member.py,sha256=KFAtkHVDqA4Ny4quy1jCnqH1mxf_5kSo8kDlA_ben4Q,2751
aiogram/methods/revoke_chat_invite_link.py,sha256=RrIN4jcxTHaoThF0Dru3d4z7RGEQk0u0cTkNx13Do-s,1526
aiogram/methods/send_animation.py,sha256=wMF0MuKWfpniMSlTRsXUVvaB43O4oR3Y-2yAxtoa7JM,6793
aiogram/methods/send_audio.py,sha256=z9ZzwfBM2ewvHcfaio2WWaNW6sEeyQ18wH4gIIko_Ok,6613
aiogram/methods/send_chat_action.py,sha256=qCG_oMQwNGU8u3F2jW3B5bqqqPPg1ccSX3NrqLBjIgM,2915
aiogram/methods/send_contact.py,sha256=lKnXHzXucmC51IkM7shXE0ldW7HwB9JQuSnP0m02X7A,4532
aiogram/methods/send_dice.py,sha256=WsrX-fCA_cxvnXQY-Nl-hCxlTGVYjdkBA_T2W3K-Jrg,4302
aiogram/methods/send_document.py,sha256=E_ZyUsUlCfwuI32C5-7DPx0fsMEDyBaI69t15W2InI4,6387
aiogram/methods/send_game.py,sha256=tcI2b5LBW4HClY7B7uzXDeyhE_sndLcRryt0aWpRYVE,3723
aiogram/methods/send_invoice.py,sha256=qcyNSiIU2GkCSC65iYuhVGDycrPAVczDyLaKbfcIIVM,9028
aiogram/methods/send_location.py,sha256=Ir9CrSxQ6_5iahO8DFWjH-I6tgb_aCUUC_mWbxiYW0o,5261
aiogram/methods/send_media_group.py,sha256=9VE_UwH0tmnMAb31i5mz05G767C2Rfa9GYQ6Xw4vb_M,3818
aiogram/methods/send_message.py,sha256=NwCYLuPV3OVIayAjpt_IhRF08Vszpd1iYqTw089LnMY,5591
aiogram/methods/send_photo.py,sha256=mEU4AF6sSaU5aW91I8AEeh6e9-KGCEOZ28yOVooU-hc,5607
aiogram/methods/send_poll.py,sha256=aNZxsETk3EF_UOywoMmTDgeD9wgtx2XuFhrDESFu5Fg,7092
aiogram/methods/send_sticker.py,sha256=qgvOJpIdqE35jbBV80xkg9q5MmgLrLio1Rg2rmEpC5Q,4791
aiogram/methods/send_venue.py,sha256=9n_yePpD6N19iWUVEfvMwk5O1rW0KAEutmlh-YCFQdU,5299
aiogram/methods/send_video.py,sha256=m94go7nvh2yNmxwxpgOkgpGvI0xzroBVoXAnY5vqF2k,7009
aiogram/methods/send_video_note.py,sha256=yXQu784nxmlZNbcbpBNJYf8KUMYqFLOmTxcRxs-X-FI,5517
aiogram/methods/send_voice.py,sha256=A_ppMCNZFtCkOcqDSnazOruMepQ0uYn5uvJIJhjacwA,5745
aiogram/methods/set_chat_administrator_custom_title.py,sha256=lOizk5Z8-tUh6EOiZ2hRyVSUrP2qQzDHlcKIbJCKgSg,1490
aiogram/methods/set_chat_description.py,sha256=AvzTU_XRaTuI9s9iKX_hihCLpsH4F8du3dBQ-wrNZnU,1407
aiogram/methods/set_chat_menu_button.py,sha256=5y8sOvgs6cH4sWBa_NuBnsRH7sE8ch0_s4YygG1PbZY,1622
aiogram/methods/set_chat_permissions.py,sha256=x42Gmf910ycY0Nf5lCnM1Xe6z5bhjNqUMHA673X1J_A,2159
aiogram/methods/set_chat_photo.py,sha256=kHjTl8U-i5B03KaFIEKxQnT8Sgl8CAa_F9kQeFUW_9M,1394
aiogram/methods/set_chat_sticker_set.py,sha256=RFNtIcj8Lq8It6L6qoJLCk247RYVgGROdJM5UoF0HSQ,1571
aiogram/methods/set_chat_title.py,sha256=X21F3pX37t3z13-4o6WJfQHKVfLPr8c_HGO-vNqI3k0,1275
aiogram/methods/set_custom_emoji_sticker_set_thumbnail.py,sha256=E8zURRFNnJnjzxVnYchBta807eCrarjMzpKWp0R5Ypg,1309
aiogram/methods/set_game_score.py,sha256=RDiYH61W1aN6WZoRLKI_vDQJz8-7V1I8tP__UbZLw1s,2626
aiogram/methods/set_message_reaction.py,sha256=J9OezZVeDoAshUKiioWmp0a1bN5PDt1m1AsOUoixKts,2276
aiogram/methods/set_my_commands.py,sha256=sjd1da-uPfDIH0OGTpuyZzBl8ARwbWPiMoAHenQc530,2803
aiogram/methods/set_my_default_administrator_rights.py,sha256=DKX3KXLXbfv-heE5uJfPbcFXQRvNG6ps3ih1bQNa5RY,1750
aiogram/methods/set_my_description.py,sha256=ww9IAjtC4X6Ti9cFlnE3dleZ_FKE6byjblGUYn2EqwI,1489
aiogram/methods/set_my_name.py,sha256=xqSgEYS3Rgr2ETQlvBuD_VopBsuDX_DZY_MnbsOoJgs,1274
aiogram/methods/set_my_short_description.py,sha256=ONiD6HfZxxnHRjPstEmuBqedjQVjZ-lSJPY14sTRPyc,1639
aiogram/methods/set_passport_data_errors.py,sha256=Z4SjM_CHHzXw_SQ5TsIFXvsrI5GTrgx0xO0kKrtnE7c,2922
aiogram/methods/set_sticker_emoji_list.py,sha256=rgUpD35X_QHAJmIbdgRBsXtF4p-wQcuRFFYmNBjDPpo,1201
aiogram/methods/set_sticker_keywords.py,sha256=usS8uLY4YghFWwNyJnpG9C5X9eRQ1PzGWfIxSKhPTOg,1320
aiogram/methods/set_sticker_mask_position.py,sha256=eoT5D9VmWuRNsUqyzrHlYWd_bVaK583o3hP_KsoevaI,1450
aiogram/methods/set_sticker_position_in_set.py,sha256=QJI3x-tobyjpFoEThjcqGQLjXWdCZTd59ei49Gi2Mcg,1100
aiogram/methods/set_sticker_set_thumbnail.py,sha256=5dJm0Beup82WiTM0YwptOy4AzPMNNwIC7MZRqqMkGug,2702
aiogram/methods/set_sticker_set_title.py,sha256=kf1H5K3capHR5wlu91DXmP6Q1G_TG_AEJeivppuM-58,1011
aiogram/methods/set_webhook.py,sha256=5mPLVBDfSDbw2BEsSThw6wfErFTta_55UtyisYA4o1k,4476
aiogram/methods/stop_message_live_location.py,sha256=tcjlqAKawrkvqIXHmugi_EyvSblS20IeMiJJDUsjUac,2261
aiogram/methods/stop_poll.py,sha256=EJBR-Jx0UtIQAPeCxZHZ1g1a6VIJo5BQCbejpIfgxBo,1655
aiogram/methods/unban_chat_member.py,sha256=kCOiIN03O3RZG4esxneAnt87-iC24TKqW4FeAOcBPCY,1919
aiogram/methods/unban_chat_sender_chat.py,sha256=JwiCTYpl797vXH1iKEmHdvngNgmN3N5MzTM6Bd5QI3o,1376
aiogram/methods/unhide_general_forum_topic.py,sha256=vDxVKNhnBifPmhBxDtIgEGq9DLw5U0E-HUPoIVOEL_I,1223
aiogram/methods/unpin_all_chat_messages.py,sha256=1eYhMh4IsLV4x94XEC7oJkkFeiwe1LSpr_sj2ywyvUY,1303
aiogram/methods/unpin_all_forum_topic_messages.py,sha256=RDUz0D8kSuayzY0DU0DVo6ez2dUH8VdqBmTSthCECCc,1489
aiogram/methods/unpin_all_general_forum_topic_messages.py,sha256=O_PhZuwarHW9I2iFIHggOqgc7QfXtF1GEqZYweOH5PA,1248
aiogram/methods/unpin_chat_message.py,sha256=PAzH1uTVPNxcnd3B4cm9TByxO3afFW3wgaVJSA7mZZk,1589
aiogram/methods/upload_sticker_file.py,sha256=1WNBeAYKaY1B-rchQRrtEZeqwjTkpReVBpJHZfGNlak,1882
aiogram/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
aiogram/types/__init__.py,sha256=50Z4iVb1W3tJQlHTjzYYbb4YyAsmgMN-vB599EABD9c,15090
aiogram/types/__pycache__/__init__.cpython-312.pyc,,
aiogram/types/__pycache__/animation.cpython-312.pyc,,
aiogram/types/__pycache__/audio.cpython-312.pyc,,
aiogram/types/__pycache__/base.cpython-312.pyc,,
aiogram/types/__pycache__/bot_command.cpython-312.pyc,,
aiogram/types/__pycache__/bot_command_scope.cpython-312.pyc,,
aiogram/types/__pycache__/bot_command_scope_all_chat_administrators.cpython-312.pyc,,
aiogram/types/__pycache__/bot_command_scope_all_group_chats.cpython-312.pyc,,
aiogram/types/__pycache__/bot_command_scope_all_private_chats.cpython-312.pyc,,
aiogram/types/__pycache__/bot_command_scope_chat.cpython-312.pyc,,
aiogram/types/__pycache__/bot_command_scope_chat_administrators.cpython-312.pyc,,
aiogram/types/__pycache__/bot_command_scope_chat_member.cpython-312.pyc,,
aiogram/types/__pycache__/bot_command_scope_default.cpython-312.pyc,,
aiogram/types/__pycache__/bot_description.cpython-312.pyc,,
aiogram/types/__pycache__/bot_name.cpython-312.pyc,,
aiogram/types/__pycache__/bot_short_description.cpython-312.pyc,,
aiogram/types/__pycache__/callback_game.cpython-312.pyc,,
aiogram/types/__pycache__/callback_query.cpython-312.pyc,,
aiogram/types/__pycache__/chat.cpython-312.pyc,,
aiogram/types/__pycache__/chat_administrator_rights.cpython-312.pyc,,
aiogram/types/__pycache__/chat_boost.cpython-312.pyc,,
aiogram/types/__pycache__/chat_boost_added.cpython-312.pyc,,
aiogram/types/__pycache__/chat_boost_removed.cpython-312.pyc,,
aiogram/types/__pycache__/chat_boost_source.cpython-312.pyc,,
aiogram/types/__pycache__/chat_boost_source_gift_code.cpython-312.pyc,,
aiogram/types/__pycache__/chat_boost_source_giveaway.cpython-312.pyc,,
aiogram/types/__pycache__/chat_boost_source_premium.cpython-312.pyc,,
aiogram/types/__pycache__/chat_boost_updated.cpython-312.pyc,,
aiogram/types/__pycache__/chat_invite_link.cpython-312.pyc,,
aiogram/types/__pycache__/chat_join_request.cpython-312.pyc,,
aiogram/types/__pycache__/chat_location.cpython-312.pyc,,
aiogram/types/__pycache__/chat_member.cpython-312.pyc,,
aiogram/types/__pycache__/chat_member_administrator.cpython-312.pyc,,
aiogram/types/__pycache__/chat_member_banned.cpython-312.pyc,,
aiogram/types/__pycache__/chat_member_left.cpython-312.pyc,,
aiogram/types/__pycache__/chat_member_member.cpython-312.pyc,,
aiogram/types/__pycache__/chat_member_owner.cpython-312.pyc,,
aiogram/types/__pycache__/chat_member_restricted.cpython-312.pyc,,
aiogram/types/__pycache__/chat_member_updated.cpython-312.pyc,,
aiogram/types/__pycache__/chat_permissions.cpython-312.pyc,,
aiogram/types/__pycache__/chat_photo.cpython-312.pyc,,
aiogram/types/__pycache__/chat_shared.cpython-312.pyc,,
aiogram/types/__pycache__/chosen_inline_result.cpython-312.pyc,,
aiogram/types/__pycache__/contact.cpython-312.pyc,,
aiogram/types/__pycache__/custom.cpython-312.pyc,,
aiogram/types/__pycache__/dice.cpython-312.pyc,,
aiogram/types/__pycache__/document.cpython-312.pyc,,
aiogram/types/__pycache__/downloadable.cpython-312.pyc,,
aiogram/types/__pycache__/encrypted_credentials.cpython-312.pyc,,
aiogram/types/__pycache__/encrypted_passport_element.cpython-312.pyc,,
aiogram/types/__pycache__/error_event.cpython-312.pyc,,
aiogram/types/__pycache__/external_reply_info.cpython-312.pyc,,
aiogram/types/__pycache__/file.cpython-312.pyc,,
aiogram/types/__pycache__/force_reply.cpython-312.pyc,,
aiogram/types/__pycache__/forum_topic.cpython-312.pyc,,
aiogram/types/__pycache__/forum_topic_closed.cpython-312.pyc,,
aiogram/types/__pycache__/forum_topic_created.cpython-312.pyc,,
aiogram/types/__pycache__/forum_topic_edited.cpython-312.pyc,,
aiogram/types/__pycache__/forum_topic_reopened.cpython-312.pyc,,
aiogram/types/__pycache__/game.cpython-312.pyc,,
aiogram/types/__pycache__/game_high_score.cpython-312.pyc,,
aiogram/types/__pycache__/general_forum_topic_hidden.cpython-312.pyc,,
aiogram/types/__pycache__/general_forum_topic_unhidden.cpython-312.pyc,,
aiogram/types/__pycache__/giveaway.cpython-312.pyc,,
aiogram/types/__pycache__/giveaway_completed.cpython-312.pyc,,
aiogram/types/__pycache__/giveaway_created.cpython-312.pyc,,
aiogram/types/__pycache__/giveaway_winners.cpython-312.pyc,,
aiogram/types/__pycache__/inaccessible_message.cpython-312.pyc,,
aiogram/types/__pycache__/inline_keyboard_button.cpython-312.pyc,,
aiogram/types/__pycache__/inline_keyboard_markup.cpython-312.pyc,,
aiogram/types/__pycache__/inline_query.cpython-312.pyc,,
aiogram/types/__pycache__/inline_query_result.cpython-312.pyc,,
aiogram/types/__pycache__/inline_query_result_article.cpython-312.pyc,,
aiogram/types/__pycache__/inline_query_result_audio.cpython-312.pyc,,
aiogram/types/__pycache__/inline_query_result_cached_audio.cpython-312.pyc,,
aiogram/types/__pycache__/inline_query_result_cached_document.cpython-312.pyc,,
aiogram/types/__pycache__/inline_query_result_cached_gif.cpython-312.pyc,,
aiogram/types/__pycache__/inline_query_result_cached_mpeg4_gif.cpython-312.pyc,,
aiogram/types/__pycache__/inline_query_result_cached_photo.cpython-312.pyc,,
aiogram/types/__pycache__/inline_query_result_cached_sticker.cpython-312.pyc,,
aiogram/types/__pycache__/inline_query_result_cached_video.cpython-312.pyc,,
aiogram/types/__pycache__/inline_query_result_cached_voice.cpython-312.pyc,,
aiogram/types/__pycache__/inline_query_result_contact.cpython-312.pyc,,
aiogram/types/__pycache__/inline_query_result_document.cpython-312.pyc,,
aiogram/types/__pycache__/inline_query_result_game.cpython-312.pyc,,
aiogram/types/__pycache__/inline_query_result_gif.cpython-312.pyc,,
aiogram/types/__pycache__/inline_query_result_location.cpython-312.pyc,,
aiogram/types/__pycache__/inline_query_result_mpeg4_gif.cpython-312.pyc,,
aiogram/types/__pycache__/inline_query_result_photo.cpython-312.pyc,,
aiogram/types/__pycache__/inline_query_result_venue.cpython-312.pyc,,
aiogram/types/__pycache__/inline_query_result_video.cpython-312.pyc,,
aiogram/types/__pycache__/inline_query_result_voice.cpython-312.pyc,,
aiogram/types/__pycache__/inline_query_results_button.cpython-312.pyc,,
aiogram/types/__pycache__/input_contact_message_content.cpython-312.pyc,,
aiogram/types/__pycache__/input_file.cpython-312.pyc,,
aiogram/types/__pycache__/input_invoice_message_content.cpython-312.pyc,,
aiogram/types/__pycache__/input_location_message_content.cpython-312.pyc,,
aiogram/types/__pycache__/input_media.cpython-312.pyc,,
aiogram/types/__pycache__/input_media_animation.cpython-312.pyc,,
aiogram/types/__pycache__/input_media_audio.cpython-312.pyc,,
aiogram/types/__pycache__/input_media_document.cpython-312.pyc,,
aiogram/types/__pycache__/input_media_photo.cpython-312.pyc,,
aiogram/types/__pycache__/input_media_video.cpython-312.pyc,,
aiogram/types/__pycache__/input_message_content.cpython-312.pyc,,
aiogram/types/__pycache__/input_sticker.cpython-312.pyc,,
aiogram/types/__pycache__/input_text_message_content.cpython-312.pyc,,
aiogram/types/__pycache__/input_venue_message_content.cpython-312.pyc,,
aiogram/types/__pycache__/invoice.cpython-312.pyc,,
aiogram/types/__pycache__/keyboard_button.cpython-312.pyc,,
aiogram/types/__pycache__/keyboard_button_poll_type.cpython-312.pyc,,
aiogram/types/__pycache__/keyboard_button_request_chat.cpython-312.pyc,,
aiogram/types/__pycache__/keyboard_button_request_user.cpython-312.pyc,,
aiogram/types/__pycache__/keyboard_button_request_users.cpython-312.pyc,,
aiogram/types/__pycache__/labeled_price.cpython-312.pyc,,
aiogram/types/__pycache__/link_preview_options.cpython-312.pyc,,
aiogram/types/__pycache__/location.cpython-312.pyc,,
aiogram/types/__pycache__/login_url.cpython-312.pyc,,
aiogram/types/__pycache__/mask_position.cpython-312.pyc,,
aiogram/types/__pycache__/maybe_inaccessible_message.cpython-312.pyc,,
aiogram/types/__pycache__/menu_button.cpython-312.pyc,,
aiogram/types/__pycache__/menu_button_commands.cpython-312.pyc,,
aiogram/types/__pycache__/menu_button_default.cpython-312.pyc,,
aiogram/types/__pycache__/menu_button_web_app.cpython-312.pyc,,
aiogram/types/__pycache__/message.cpython-312.pyc,,
aiogram/types/__pycache__/message_auto_delete_timer_changed.cpython-312.pyc,,
aiogram/types/__pycache__/message_entity.cpython-312.pyc,,
aiogram/types/__pycache__/message_id.cpython-312.pyc,,
aiogram/types/__pycache__/message_origin.cpython-312.pyc,,
aiogram/types/__pycache__/message_origin_channel.cpython-312.pyc,,
aiogram/types/__pycache__/message_origin_chat.cpython-312.pyc,,
aiogram/types/__pycache__/message_origin_hidden_user.cpython-312.pyc,,
aiogram/types/__pycache__/message_origin_user.cpython-312.pyc,,
aiogram/types/__pycache__/message_reaction_count_updated.cpython-312.pyc,,
aiogram/types/__pycache__/message_reaction_updated.cpython-312.pyc,,
aiogram/types/__pycache__/order_info.cpython-312.pyc,,
aiogram/types/__pycache__/passport_data.cpython-312.pyc,,
aiogram/types/__pycache__/passport_element_error.cpython-312.pyc,,
aiogram/types/__pycache__/passport_element_error_data_field.cpython-312.pyc,,
aiogram/types/__pycache__/passport_element_error_file.cpython-312.pyc,,
aiogram/types/__pycache__/passport_element_error_files.cpython-312.pyc,,
aiogram/types/__pycache__/passport_element_error_front_side.cpython-312.pyc,,
aiogram/types/__pycache__/passport_element_error_reverse_side.cpython-312.pyc,,
aiogram/types/__pycache__/passport_element_error_selfie.cpython-312.pyc,,
aiogram/types/__pycache__/passport_element_error_translation_file.cpython-312.pyc,,
aiogram/types/__pycache__/passport_element_error_translation_files.cpython-312.pyc,,
aiogram/types/__pycache__/passport_element_error_unspecified.cpython-312.pyc,,
aiogram/types/__pycache__/passport_file.cpython-312.pyc,,
aiogram/types/__pycache__/photo_size.cpython-312.pyc,,
aiogram/types/__pycache__/poll.cpython-312.pyc,,
aiogram/types/__pycache__/poll_answer.cpython-312.pyc,,
aiogram/types/__pycache__/poll_option.cpython-312.pyc,,
aiogram/types/__pycache__/pre_checkout_query.cpython-312.pyc,,
aiogram/types/__pycache__/proximity_alert_triggered.cpython-312.pyc,,
aiogram/types/__pycache__/reaction_count.cpython-312.pyc,,
aiogram/types/__pycache__/reaction_type.cpython-312.pyc,,
aiogram/types/__pycache__/reaction_type_custom_emoji.cpython-312.pyc,,
aiogram/types/__pycache__/reaction_type_emoji.cpython-312.pyc,,
aiogram/types/__pycache__/reply_keyboard_markup.cpython-312.pyc,,
aiogram/types/__pycache__/reply_keyboard_remove.cpython-312.pyc,,
aiogram/types/__pycache__/reply_parameters.cpython-312.pyc,,
aiogram/types/__pycache__/response_parameters.cpython-312.pyc,,
aiogram/types/__pycache__/sent_web_app_message.cpython-312.pyc,,
aiogram/types/__pycache__/shipping_address.cpython-312.pyc,,
aiogram/types/__pycache__/shipping_option.cpython-312.pyc,,
aiogram/types/__pycache__/shipping_query.cpython-312.pyc,,
aiogram/types/__pycache__/sticker.cpython-312.pyc,,
aiogram/types/__pycache__/sticker_set.cpython-312.pyc,,
aiogram/types/__pycache__/story.cpython-312.pyc,,
aiogram/types/__pycache__/successful_payment.cpython-312.pyc,,
aiogram/types/__pycache__/switch_inline_query_chosen_chat.cpython-312.pyc,,
aiogram/types/__pycache__/text_quote.cpython-312.pyc,,
aiogram/types/__pycache__/update.cpython-312.pyc,,
aiogram/types/__pycache__/user.cpython-312.pyc,,
aiogram/types/__pycache__/user_chat_boosts.cpython-312.pyc,,
aiogram/types/__pycache__/user_profile_photos.cpython-312.pyc,,
aiogram/types/__pycache__/user_shared.cpython-312.pyc,,
aiogram/types/__pycache__/users_shared.cpython-312.pyc,,
aiogram/types/__pycache__/venue.cpython-312.pyc,,
aiogram/types/__pycache__/video.cpython-312.pyc,,
aiogram/types/__pycache__/video_chat_ended.cpython-312.pyc,,
aiogram/types/__pycache__/video_chat_participants_invited.cpython-312.pyc,,
aiogram/types/__pycache__/video_chat_scheduled.cpython-312.pyc,,
aiogram/types/__pycache__/video_chat_started.cpython-312.pyc,,
aiogram/types/__pycache__/video_note.cpython-312.pyc,,
aiogram/types/__pycache__/voice.cpython-312.pyc,,
aiogram/types/__pycache__/web_app_data.cpython-312.pyc,,
aiogram/types/__pycache__/web_app_info.cpython-312.pyc,,
aiogram/types/__pycache__/webhook_info.cpython-312.pyc,,
aiogram/types/__pycache__/write_access_allowed.cpython-312.pyc,,
aiogram/types/animation.py,sha256=BZts8A6oHtUn3wQ1cfm0Hxe9QJ7HxDmAWyhOjjWg37w,2649
aiogram/types/audio.py,sha256=cEiTVsKdesEQvorjMsLhrwKqF6F37Pz3MQBGbQoY6PU,2803
aiogram/types/base.py,sha256=ZAKfSk-DVyoBoYdyyZUTkoIKzuaj0kJS0ophsohsdI4,1762
aiogram/types/bot_command.py,sha256=rJuwZroECtHDZxhyv92K2vyTUlXdieXdCEhewEsIPk0,1017
aiogram/types/bot_command_scope.py,sha256=rs7YoyRACVLm4tMMEQ01LM6ckWbF7o81edYEAnWXoyY,951
aiogram/types/bot_command_scope_all_chat_administrators.py,sha256=temn8_7u8yZk1K4slKMUfXlS5tyd52Yd9tIkA9YjiDA,1309
aiogram/types/bot_command_scope_all_group_chats.py,sha256=BElN12t3RwjYAFgo__K4PSUA5Mf0Vgzx6lzrhO1_kOY,1225
aiogram/types/bot_command_scope_all_private_chats.py,sha256=1Ww3HUSSJINy4qNSqF5lybQJwWHpflhMM2So6EMplyg,1226
aiogram/types/bot_command_scope_chat.py,sha256=chjf7klLRhCM8AB1xwkfkPfUXcw-_vnQekRVkiIB1Rs,1327
aiogram/types/bot_command_scope_chat_administrators.py,sha256=AmAucJmHqJv09lx2ttJyXXn3lFQyJPIWf9LAxU_BalE,1516
aiogram/types/bot_command_scope_chat_member.py,sha256=IvFP2cemuZtMFdIn7T7hfo4o4-35_1ZBTOHV5pARCQI,1513
aiogram/types/bot_command_scope_default.py,sha256=Aqa5eiFS2_2rd8S19i7qfBPIk8TNPVdOEOMR1oSPMuI,1270
aiogram/types/bot_description.py,sha256=daKHDJ4d2c9j7wCTKwDLgbXy1HNrjbYkZkwC9D7FiPQ,781
aiogram/types/bot_name.py,sha256=ut3sf9j5LYd2xki-_pZ1lnVvN7HOUr6v37llIi75j6w,717
aiogram/types/bot_short_description.py,sha256=UdHLoRvp1hdhEg-W1XYUoDwPeCxvuU2H430JrNDiY4U,849
aiogram/types/callback_game.py,sha256=AF-WqkqFcC6nG_tKoNX1sRjRiKEstbEFJfLy4NPKtRQ,298
aiogram/types/callback_query.py,sha256=JBnbrz0j0C6zK1eMeCgQ7l28ytKVxxkExVbwDsc2u4Y,6017
aiogram/types/chat.py,sha256=cUFsqzWA8I_dw1sgdBOxE8OsSRehsanpyDPloyJsSEw,57002
aiogram/types/chat_administrator_rights.py,sha256=nLVQmEI2-FmT36PahQU9PNcgdsReEjZv8cbFFXpKzCQ,4476
aiogram/types/chat_boost.py,sha256=iAbDstYKPATDpf9C0UTaeeipi1kcFedXhiTC6INxEuQ,1879
aiogram/types/chat_boost_added.py,sha256=4WPPng6cqzhb0qpepGeu4mAoga2ieA2vmqIxWQR5n-A,811
aiogram/types/chat_boost_removed.py,sha256=phu1WXsR6noLlEuiwyF1S0HzlwDmFsk2vwc9TRJ00K0,1768
aiogram/types/chat_boost_source.py,sha256=-s9Um1lFg4ab2MiQpb1SpJlKM2hJHZkpM43TQE6GEMo,476
aiogram/types/chat_boost_source_gift_code.py,sha256=VkPQktCIZdyI7wvhR-c7hgDs8lI2XySv_tCX1IJoFDc,1378
aiogram/types/chat_boost_source_giveaway.py,sha256=ncM8YI0ra6Jb_cDeOFFfm1l0sDwaZT4TNVGbFbas6Zo,1976
aiogram/types/chat_boost_source_premium.py,sha256=nN3o9Kvt5JHXcp1RpYq1WDX8Szzn9so1-FgGR1Olf38,1278
aiogram/types/chat_boost_updated.py,sha256=L0LKL6jutsHYPbCDQoXHaZVjIS5y7uIDXlacKNIFvE0,1002
aiogram/types/chat_invite_link.py,sha256=BBsofu3IJb7dpZvZHnZNStaaVWYhb8Bn9AhMq6jc_d4,2638
aiogram/types/chat_join_request.py,sha256=-a6MW2a9w6RWuORWmZ2Yp9bY-LklRAbZmHjD_be4vrc,150763
aiogram/types/chat_location.py,sha256=qZUA9NnQBDCHRLvKDP1Oo0wDX5T5tw-j14-NX8tlXSM,1062
aiogram/types/chat_member.py,sha256=sq0RhcwghiW4Gy9XJTskFA3dHxaol5EA5Oify1QJfz4,722
aiogram/types/chat_member_administrator.py,sha256=_RCj3pQqrvbehocfslaKZnIaQllokc8BbRrGNjm9lkY,5351
aiogram/types/chat_member_banned.py,sha256=bvvMSTPn4iNy6N5nGoPYoxR3pjqDZhFFqvGC_Jb1T3M,1500
aiogram/types/chat_member_left.py,sha256=YhW1LjLUG5TDTARmj44DaJ0OyX2Gm8CW9-K6EA7LYgI,1254
aiogram/types/chat_member_member.py,sha256=EdPjEpMovDUB5eJrgbpRLXSxQR0pET1rMK5iZu8TX24,1248
aiogram/types/chat_member_owner.py,sha256=2gV3f1ubns_eORZjJocWSuwH8IW_cv2j2I0MuHbVa68,1676
aiogram/types/chat_member_restricted.py,sha256=7F40ERHf29ihfrB4tTc9JWL5w5xRBjqVLGoMWMgyWlg,4545
aiogram/types/chat_member_updated.py,sha256=kYmd2UwkGux_4eVAoYgLmjpRWDaha5JTICXHVKyri3c,77057
aiogram/types/chat_permissions.py,sha256=A6I6DuCQGRWBqhQuVe8xMnRkd9i0iD7gOZm6Qg7m0LY,4382
aiogram/types/chat_photo.py,sha256=BouKO-6NIn5d17fB9acX9iAbv_gjYzbeKuTqN3BcFD4,1872
aiogram/types/chat_shared.py,sha256=wolwh-ZBH_RCONpA0d0ddgwZ4CgAAL368-CzhNPu1LE,1436
aiogram/types/chosen_inline_result.py,sha256=VFMo9FklvYjWrPbwrxeIyHrDwLlRvnFObUV5EhaannU,2399
aiogram/types/contact.py,sha256=jWvv9gc-4LyFyBLeAeucyr7A8yjBk7-sJQH10NKoydU,1848
aiogram/types/custom.py,sha256=2usXG9o9vLGjVxDqLjxTYH-c6x5jrdBAQY2w0159jRw,343
aiogram/types/dice.py,sha256=QOFOqUx3jqVtqU_nwuWhhSthy5CBR_mNTMuIpwiD2KY,1165
aiogram/types/document.py,sha256=fZu-cJFZE_9jHw4dBPJY3ZesdIpaeYTbfg7ETuVh-1k,2413
aiogram/types/downloadable.py,sha256=FbRdIM3Cpw3tcDzZvwy__u98aSKqMMJn2kKh9mK62B0,77
aiogram/types/encrypted_credentials.py,sha256=1ZC-Q3c84mEVZGEK_cXTkqzX4FzBujn0_necxJ1uSPc,1521
aiogram/types/encrypted_passport_element.py,sha256=lVW-BSK39SRsSxn1rMnA05e8dKs-1jgw_CZ4Fk131pk,4700
aiogram/types/error_event.py,sha256=m0QrLksRJ0-x0q5xpb6iyI4rqPfiz3XJom_Gh75CJ-8,714
aiogram/types/external_reply_info.py,sha256=sekmguSP2H_OnSFadsVbPnL70Ve6RzRE-GJ0ObBU6KE,6912
aiogram/types/file.py,sha256=52bE-c7RjZmTdXk8ij8PJ5fsx2-1IfgedM763PmzGnQ,2166
aiogram/types/force_reply.py,sha256=V7NPHS2owz3DOVoSV6pNOtqgmdDs633G_A2S9Kz2kRI,2934
aiogram/types/forum_topic.py,sha256=CchPMME1NgB8WT9FWLgQ5mYZ7uXFG2yuTmDMaDZ6kcU,1422
aiogram/types/forum_topic_closed.py,sha256=aw1K6fIadwJtSTZnyTQq3xtEf7920vodFjK5lHeKVgs,309
aiogram/types/forum_topic_created.py,sha256=OPYpne_Zz5tdOpzjYOXGplCxLhF1aeKnHFzpn3qXIRg,1321
aiogram/types/forum_topic_edited.py,sha256=Fq8QDirNBsymOKbAxBYnFqhmXL52XuqKAQrLxePRyA8,1230
aiogram/types/forum_topic_reopened.py,sha256=MloV3nhDpHSLe5VoVgmC99u7ch3IYahIHH2EokGCWgY,315
aiogram/types/game.py,sha256=AUnwPfixbvWpzxfoHziedT7WJtoF02vxBNz791j0fro,2365
aiogram/types/game_high_score.py,sha256=rwCyO24y4BkcTJSmoLPA7pGEsgfA6-_3i40uvCgxp6k,1203
aiogram/types/general_forum_topic_hidden.py,sha256=QC3u0Qpt3nptdhl3dxqgNXVrptwSAdnEzI-OWP8QMMw,301
aiogram/types/general_forum_topic_unhidden.py,sha256=W8HRGyB81eyooaucgD0ojeAzywD8AjnMnUf2hf7r5Nk,307
aiogram/types/giveaway.py,sha256=N5k2AXEdBRKRaHfDbYl_YuRGARaIAiOP1S49cAkGgc4,3042
aiogram/types/giveaway_completed.py,sha256=m6QrBVrfT5s2W4mt-LoJwvHodkV7eIc112HOHLf9Z3k,1515
aiogram/types/giveaway_created.py,sha256=6HYs2dBo4V6OBZpfoOAB7CxlMZQB_jPb01rEAw3RLe8,275
aiogram/types/giveaway_winners.py,sha256=t2b4tX6twU0wlOEJLvrTbD_PB2pAcL3LDSycXhvQNw0,3321
aiogram/types/inaccessible_message.py,sha256=Wn3WocufH3a8g0BE0S0TIK1pUQrt3NQBPAm-_9HhjSs,1288
aiogram/types/inline_keyboard_button.py,sha256=oq01wQ2Gf5P_CPD310e9ucWROKiotwj1Q3Zo-1tqXiE,4423
aiogram/types/inline_keyboard_markup.py,sha256=b6dxsxzM93LZyG41mXHPX4JKyKlPr3bqc-8s4zuUCpk,1273
aiogram/types/inline_query.py,sha256=XCXCRESvVpbepiIYiJLcF48rc35K8sKrmeFw8iciLf4,7410
aiogram/types/inline_query_result.py,sha256=8Ve8Fe1Yf6O7NHWCYdTVIgnbawI6hIo5B0l2cV5ZN20,2189
aiogram/types/inline_query_result_article.py,sha256=Keq9BuANquPGxWDw9D8Yra7_vNDSvYSRfqK5Ml9e9yE,3759
aiogram/types/inline_query_result_audio.py,sha256=6r3mHQQ4tA0kouOznWvE4izEJ9NarZBP-40-BOdn0Mo,4367
aiogram/types/inline_query_result_cached_audio.py,sha256=7oYplK6rrWZrDAcXQqZvpnKOW_Kuj1vQ1oa3sqj-VcQ,4018
aiogram/types/inline_query_result_cached_document.py,sha256=qvNPpMWQfJ-i_SCLDIHWDvuuRqFqYLuxqdLuaVq0_Nk,4360
aiogram/types/inline_query_result_cached_gif.py,sha256=YUlwNpmzq0W0v3Fy5Bhod8DBpdB6od86VrXeXh1fcgg,4203
aiogram/types/inline_query_result_cached_mpeg4_gif.py,sha256=V0ApYucUMed5OFzHp-q6T42QqBeO37M3WD1mTfjATvU,4301
aiogram/types/inline_query_result_cached_photo.py,sha256=Sem5eWkUNW91fHux4vjwmCxYXJjVh5g99oQaCrp7TYE,4371
aiogram/types/inline_query_result_cached_sticker.py,sha256=hqZ8ZvEv0jA0rf7WDVa4SVkaX5khDncpdSPoH5LWEcU,3100
aiogram/types/inline_query_result_cached_video.py,sha256=o6oXz5FPTY2MOmR3aSz0yTZpw1k03KXuL-6nT98lln8,4341
aiogram/types/inline_query_result_cached_voice.py,sha256=kvsqjskDe_Aor7WZvrijUsfZnJdum-krGxMwYl4GEGQ,4144
aiogram/types/inline_query_result_contact.py,sha256=vAmYCE49k7pWHNA-1-L0p7pD2TljNdzitFgsE_hrYDI,4111
aiogram/types/inline_query_result_document.py,sha256=yYEqSbiWqW3zDl2xX7WNcf2oraOu8zp7hr1BIqLrUeo,5047
aiogram/types/inline_query_result_game.py,sha256=9t2HzFgVgHjPW_pQZ4YBTeGptSbn9KOHcGsbEPpUwzQ,1758
aiogram/types/inline_query_result_gif.py,sha256=qql4JTMQGI1RvjiNCzOdHlUPZdT6-c8rISX8qib8t1I,5179
aiogram/types/inline_query_result_location.py,sha256=1aYroDPG-O0aXD7sq3r_06OGGrX6XFX0So0smMpUwkQ,4892
aiogram/types/inline_query_result_mpeg4_gif.py,sha256=hmdBDpXVUf9X4b8cERqHt4KybsBswG2531oZcKq2q70,5247
aiogram/types/inline_query_result_photo.py,sha256=4AlbzGGHTcMMEmL85YWaCcGjpRFLMIFEwZiR5pc-n0s,4847
aiogram/types/inline_query_result_venue.py,sha256=pln1TVUl5cLvgxTxR1PEYLA7K69L9ZGAGxR_YQ0eQyY,4904
aiogram/types/inline_query_result_video.py,sha256=O6JjmmR1QTTb1iWkZPlGUyrvKDGJDy4SfazDAsVC6MI,5444
aiogram/types/inline_query_result_voice.py,sha256=LUGfZZgL66NH6wppO9kpVnBoiCbC_zV6SBV3PBIBQJQ,4310
aiogram/types/inline_query_results_button.py,sha256=mcDUu9wvU35tBvH1BhICorSlJ25XUVbpJlh9BWE3HNQ,1878
aiogram/types/input_contact_message_content.py,sha256=GR2RDpizrX7rlxjf05CKzRT3zmLEO1yJSpqbmxCLwQA,1599
aiogram/types/input_file.py,sha256=oCElYrCtJgfP5_ck0MQxvGppVZyXW5BnsHcmSg1Ds1o,4672
aiogram/types/input_invoice_message_content.py,sha256=-5xmXJi-zEO-Le34SZdM3LRKHvXzeIbq2tzduE9s86c,6031
aiogram/types/input_location_message_content.py,sha256=9cizhe7EtfOF7tIiOfg1KQxYVcled24MTo4-wLOIbJY,2305
aiogram/types/input_media.py,sha256=2nTD1Wg9VX8x74KTAf2d6OjjGTwPTUXaQL5Ty5TxvYQ,619
aiogram/types/input_media_animation.py,sha256=To84cVB0hkShv-gWaYUHbgw89EW0BiQ6ZtOJHDYbGwk,3975
aiogram/types/input_media_audio.py,sha256=615pBywXCgGPIoeiqGep4D8SiMwTa83kmhasp0qqgHE,3706
aiogram/types/input_media_document.py,sha256=2Z89Foqhnh3LviuiMcaU9rWg2kCVPQdNMvL_KrGckFM,3628
aiogram/types/input_media_photo.py,sha256=rXkLogLK1eDNh2IOWEwUMM6PgK8ncx5m2bAOtR7msLU,2729
aiogram/types/input_media_video.py,sha256=xvCDudkPgVcyAVSk6po3MBaLZScgRKgd-nwtobhllUo,4111
aiogram/types/input_message_content.py,sha256=wj0C4RyiLpVP4yz0LmmO4qMNNIwRMihjnoMrjBSxjDE,793
aiogram/types/input_sticker.py,sha256=A5zg0EFuqDYvNY7ZZTnprqaYrdGv5uoVmn-zg-LeEGs,2202
aiogram/types/input_text_message_content.py,sha256=Er1EsUzQKV_p-spafMGNKL1saWlvvOmu4IBqFk03BaA,2720
aiogram/types/input_venue_message_content.py,sha256=CZsCPYQrFdP_BrYBzNJ_Ik39PlJ1VLOsvI5q9vRS0Ns,2411
aiogram/types/invoice.py,sha256=tAICjpMTmprVEdNZXh8g1ScWBTvrpmUjiqxh--t5FKc,1862
aiogram/types/keyboard_button.py,sha256=dgxem59Vmf0ck7BsUifI8JPr4MJpSXRR39vEipzO-TU,4419
aiogram/types/keyboard_button_poll_type.py,sha256=tPGlW_jRXaDxZML1_vK080sp6BO86DO5cbBP-TEOf4Q,1153
aiogram/types/keyboard_button_request_chat.py,sha256=TWUgLo1dSzkZGwMX44sMH4PMveQLzpPM8lxq-MysHK4,3751
aiogram/types/keyboard_button_request_user.py,sha256=89efkQPnTYrtpBozhTvXp00YE8uKqgJInVUafJV7nkI,1990
aiogram/types/keyboard_button_request_users.py,sha256=aHNEkYkU4yg4FgfxLYgePkei6LnAknps07lRJpVh9YA,2108
aiogram/types/labeled_price.py,sha256=7kRZPTy8HgJG4FYrix21xGfhgT_u93fROUBOj1wB4Rk,1330
aiogram/types/link_preview_options.py,sha256=xv8Z-qE_NBfojELQHSlgegmsXso661AL8562z8i0dls,2747
aiogram/types/location.py,sha256=FsKLPwjkdV24V89PPH5YljqMPNlCpVWFGMdsvTJ6GYk,2107
aiogram/types/login_url.py,sha256=VxZTVG1LbmKeon_spDg17HJiPh1l1buOI5eFBNLu1Rk,2771
aiogram/types/mask_position.py,sha256=ZH0pNJ8u4Xlos2MwCtsnSzMNfhgGvacCGdJ42qFp9no,1627
aiogram/types/maybe_inaccessible_message.py,sha256=TbxUHEoW88w4nWer6zhQhWaAjTqr2Xi3H9-ZJRfvA9Q,388
aiogram/types/menu_button.py,sha256=sY4qAmuvvNnVbRTAVYJGF_czTzq2Wta0dduzdhFwjfE,1909
aiogram/types/menu_button_commands.py,sha256=NMmH1S0jcEivjXmzRfMTLJAO4UBKVhFuo8wS4ONgZwc,1038
aiogram/types/menu_button_default.py,sha256=FnjUz1-aXR3-0oHPv0pNU5yi1M86wnzwCbNnzEMu094,1027
aiogram/types/menu_button_web_app.py,sha256=Alu0jrVoQptuokl_YIYvlJGhBrKz3nvLoIklnuwYMY0,1521
aiogram/types/message.py,sha256=IqP9PcdfeT-TH5AXULtO-hhXx8X_1E4Sp0VXagJl_CY,211523
aiogram/types/message_auto_delete_timer_changed.py,sha256=D9GoK5tOtxWTksB_yaIKthfiHWJhOI6SUBWWpW_PRTY,1020
aiogram/types/message_entity.py,sha256=zBv0kP3iPOxQCkxEhgqDIvNMdfR_apUOBmTbsVIGsK8,3223
aiogram/types/message_id.py,sha256=4I7m_laQsIwLiTOVG3B59BJLvlzGTkf0gai9aazqs0I,805
aiogram/types/message_origin.py,sha256=uSs6n9q5JhIzaV42ldMJJL_8nAx_aCQ3xNqrRVMJsWg,518
aiogram/types/message_origin_channel.py,sha256=tgCfiuS81A0oWD9EY90F0P3B9s-Avsm0FJlw5ra8umA,1795
aiogram/types/message_origin_chat.py,sha256=_EE8lVR8Kp745dHTlT1zHYXEDImbGhq_nuZgteu9lbc,1725
aiogram/types/message_origin_hidden_user.py,sha256=N8WXMNcBlWSuDMRYUxsUiZubnOxsDFOr7GyYQKRrij4,1377
aiogram/types/message_origin_user.py,sha256=FTu0wnkg8AElOQtMjy2Ee-ApL2eX57a5qMrudWMWf90,1349
aiogram/types/message_reaction_count_updated.py,sha256=TKCPGGl2hKGFg4hizjdclB8hMzLjDsVP_48-uk_pKmI,1521
aiogram/types/message_reaction_updated.py,sha256=SGBNTMB0m3w_AkwSOe-TqinO57mt3jHzVpkM2is51l0,2431
aiogram/types/order_info.py,sha256=ECWERhAIl3kkclMOwnNN9NHGQLUtW0B6oElkLubPPr4,1516
aiogram/types/passport_data.py,sha256=PT4TKdMo9drK6LeK_FgGS98wE8c-kCwHkB7HcjthguQ,1318
aiogram/types/passport_element_error.py,sha256=0MooyVK2Yoz-6MTnBDqbyiR9o-cYM5GoM6HC-p6X9jQ,1214
aiogram/types/passport_element_error_data_field.py,sha256=NQXIJOOjXP56vbMTgKl2z9QqTs7FyHlxURO2xSOMQI0,1850
aiogram/types/passport_element_error_file.py,sha256=tlUpJBAJFPUzHnCgd07gIS1c_HvFXFTpQWlB6Kipo_w,1619
aiogram/types/passport_element_error_files.py,sha256=UKY3feWaWnV7E0gVs2nTys43bbYmB-C3flQ2j0DbAdg,1734
aiogram/types/passport_element_error_front_side.py,sha256=669dn7UWwY4GnNnmaUBipHj8U22PahkJFmzLVerAGXk,1721
aiogram/types/passport_element_error_reverse_side.py,sha256=ZVfTzKDmrZqzwcOBNuzsSwfEUip8hHCzeRk2jyiWDak,1704
aiogram/types/passport_element_error_selfie.py,sha256=KR-TG1DguG1w9Kv1rIJRf7qkI_L7euSwr9h5IC8DAJU,1623
aiogram/types/passport_element_error_translation_file.py,sha256=nWrbrQpkUemK9kqUa4TJuTOev2OD4Qd8-s52KhqXbJk,1841
aiogram/types/passport_element_error_translation_files.py,sha256=qe-00J29JyFQbRgv39pFhtNu895MOgj8C8SrpEpeMkA,1950
aiogram/types/passport_element_error_unspecified.py,sha256=KqvSPstDlkcEJRDA-JkFX5JK97uO9R4Nqx_Sbp5iW4Q,1651
aiogram/types/passport_file.py,sha256=tN7IbA6M4Zk6WH4CpVeI0exfi_UKoKOUiz1iT1e1epo,1599
aiogram/types/photo_size.py,sha256=J1rOX1QxScCjA0LPm4KgdLZBpsAQfscAaDfuocE4cC0,1664
aiogram/types/poll.py,sha256=RKZ2xXzJpsWGqfhUKDEZtO3ibliqoYp4oOR57aH0Vko,3417
aiogram/types/poll_answer.py,sha256=HZoZQ4SiytyywLPa3ACX617QJ4zy3REXG_puRmtJdww,1614
aiogram/types/poll_option.py,sha256=XkNTye5F_3O7Eh2xDWvEqs51lkcyAGcZqaBHMsjIIQk,942
aiogram/types/pre_checkout_query.py,sha256=783Anl3uQ4bdTH6yGKBpBksmmsgQTt4kqRR043plT84,4340
aiogram/types/proximity_alert_triggered.py,sha256=b2zF9r0sjf-cp6Gj-pyTIJq9x5a_JBjdp-DseDGpM_0,1253
aiogram/types/reaction_count.py,sha256=G7e0CnuedVPNxJmdZoxxUV9JmIZ0BqS7wbp8A0tPgJ4,1243
aiogram/types/reaction_type.py,sha256=i5rZU_mc5PC-wpmKkXu1h-wgE56JP2o0Uz7pHqbC4mY,376
aiogram/types/reaction_type_custom_emoji.py,sha256=dzZSLhEtBke35GtTgfSxrijMu9jQzob6drdFkYReR7w,1150
aiogram/types/reaction_type_emoji.py,sha256=F5WoRrUm9tOV3YJVNh8quD4D2OfsU53Y-mbqggbnm-w,1682
aiogram/types/reply_keyboard_markup.py,sha256=trInA24rsUbb5czGOQnQfcAF9BATWKOgPBm0774Gchk,3283
aiogram/types/reply_keyboard_remove.py,sha256=mQv3U34sXFP_2pmI-HmSl11dQMTR4KNzCpiliYROovU,2003
aiogram/types/reply_parameters.py,sha256=2O6sszffIzGDPV27QrIT0Z4L9WmrHMOoYL58qZGzB1w,3363
aiogram/types/response_parameters.py,sha256=qPu3C079bJZRdUIQwr-r9WIcW6yYW7rdWJlraZQbw-M,1550
aiogram/types/sent_web_app_message.py,sha256=1p2Xr_3czwPbZd8PpylTSo31ZgeAEBLnlnlRcBY31xc,1168
aiogram/types/shipping_address.py,sha256=9JTEnZoNaPa-T1p_YolL1ErIGWJol8lAU4F8ycsQ8ZY,1550
aiogram/types/shipping_option.py,sha256=5jI1LADtNbe2oZC0a2G3f7Fh6J8CZ0wfCBqVFOUlqIw,1098
aiogram/types/shipping_query.py,sha256=E2nGafxYttO4gcht6yeF9lmBCeXT30SH4gf6W9vsKZQ,3458
aiogram/types/sticker.py,sha256=Tcz8iqKzCbfvP7MdV3NVwUEt9u27EmB7_R-N_BxSd6M,5902
aiogram/types/sticker_set.py,sha256=pC8zIzdQn8gT7_wmmoeFSUEEUGjZs8nBL_JOyrt21Z4,2024
aiogram/types/story.py,sha256=2Bm9ZHpfr4_yeBPWFgwnqTs-y4xFgKqW8NLRVWzMdqM,884
aiogram/types/successful_payment.py,sha256=TvlrjSX0EvrDdScoErmvVV_L-jTivfhgxdrDkSp-qAc,2504
aiogram/types/switch_inline_query_chosen_chat.py,sha256=KH9p_x5aY6XxQn71LRa92cVQMl8glZKdc2m2935i_Yo,2002
aiogram/types/text_quote.py,sha256=2bmMetBcRCIUu5GPlGUC8IpRLqPEAOmirvpsmzOPrrA,1863
aiogram/types/update.py,sha256=B1n_nKmr6CjsOmFqfCs1BaMkMsDJX6VvvvtdNOHJnxw,9918
aiogram/types/user.py,sha256=rCr_GrJdNR8fsoMKvnLzTAez8GUMUptvB2Nx6X9WDdA,5378
aiogram/types/user_chat_boosts.py,sha256=Qpvrxc-BGYuyKbC8kLIrmQqNpfYi3jXXYY_234NWb0M,946
aiogram/types/user_profile_photos.py,sha256=VKpZMznwuIUQ4sWxjDgNv3tSr6AW2fwG4AIwgztwL-w,1124
aiogram/types/user_shared.py,sha256=1yGKAO67fshHSOCtVl3dO_oD1-VOyzPBC4Ak-hflMOQ,1534
aiogram/types/users_shared.py,sha256=qY2VMDIKfTmFG404m-KVGBOCXIn1GaA2FkFc3tEbNis,1481
aiogram/types/venue.py,sha256=wEmGfGAiqdhDhTskRoxOKiNVliUaPpPOxBmohfDlL5I,2147
aiogram/types/video.py,sha256=WZcZEQ_XbYuItDJSIcgXbfCQCsWRiDqDVxgmuO0k2Ts,2555
aiogram/types/video_chat_ended.py,sha256=eL3ZSR0WfVcHEEpXrdLm1mvuogXS7RAoxLwX2AwMdeg,839
aiogram/types/video_chat_participants_invited.py,sha256=zV4sR4Mi_BmHeS60I4C-KzrAhOAh2weIFuEE8CmhmZI,943
aiogram/types/video_chat_scheduled.py,sha256=G-a24czeK7NVzJ88SKFNutPd_SGnRgTBLy85rHozNLo,990
aiogram/types/video_chat_started.py,sha256=FYHVcH-a5knoXIYMmCQThFt8hjjPwAiZ8QvGLNVWgl4,309
aiogram/types/video_note.py,sha256=mxq-ERn0-MzEqmiTEMTx3dOgOfvQ6gFp-0p4kh4WX5g,2051
aiogram/types/voice.py,sha256=eWS8k3ph2aF6jq478IZcUXQXO22RUt4e5wPBzCKBvAE,1924
aiogram/types/web_app_data.py,sha256=CzkuU2VwVYQ7WBkFA6Zh8BL-qUKQeB__mcmhmVZnT2A,1107
aiogram/types/web_app_info.py,sha256=aPH4uLFFLKNLEF3RUm3uYCkg9Hk545kMoUvrkg4TUds,931
aiogram/types/webhook_info.py,sha256=TAfcO66tpfH5XolOI90pg_sHowUkV4hHjzp3tWhpj_w,2992
aiogram/types/write_access_allowed.py,sha256=3GiPknn_fKHAJ53FROE4AK4MtpwluNlAuZvFuOP6diA,1912
aiogram/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
aiogram/utils/__pycache__/__init__.cpython-312.pyc,,
aiogram/utils/__pycache__/auth_widget.cpython-312.pyc,,
aiogram/utils/__pycache__/backoff.cpython-312.pyc,,
aiogram/utils/__pycache__/callback_answer.cpython-312.pyc,,
aiogram/utils/__pycache__/chat_action.cpython-312.pyc,,
aiogram/utils/__pycache__/deep_linking.cpython-312.pyc,,
aiogram/utils/__pycache__/formatting.cpython-312.pyc,,
aiogram/utils/__pycache__/keyboard.cpython-312.pyc,,
aiogram/utils/__pycache__/link.cpython-312.pyc,,
aiogram/utils/__pycache__/magic_filter.cpython-312.pyc,,
aiogram/utils/__pycache__/markdown.cpython-312.pyc,,
aiogram/utils/__pycache__/media_group.cpython-312.pyc,,
aiogram/utils/__pycache__/mixins.cpython-312.pyc,,
aiogram/utils/__pycache__/mypy_hacks.cpython-312.pyc,,
aiogram/utils/__pycache__/payload.cpython-312.pyc,,
aiogram/utils/__pycache__/text_decorations.cpython-312.pyc,,
aiogram/utils/__pycache__/token.cpython-312.pyc,,
aiogram/utils/__pycache__/warnings.cpython-312.pyc,,
aiogram/utils/__pycache__/web_app.cpython-312.pyc,,
aiogram/utils/auth_widget.py,sha256=kcNMXu7hA4kWHw_PeZsGFaeC0m0Sbtbd2-8Q9rWfkHg,981
aiogram/utils/backoff.py,sha256=D_d7z94PyR5USzeoIednnCgW07qQgwQNgVdPGkgrmJM,2123
aiogram/utils/callback_answer.py,sha256=_NHsLMjfZBKOXtyCSHBh4s9V3go-U8Wsk5JqpMh-O4c,6573
aiogram/utils/chat_action.py,sha256=tGTh8ObQX_dRvlDSC5q9ckIF6nLyrtLCt7p6Bk83QXg,11023
aiogram/utils/deep_linking.py,sha256=D89nv29pnL63_N_E_ZfLjiarTQZhg0oq6RnRdWRDSTE,2980
aiogram/utils/formatting.py,sha256=q-J49vE4X9lxz06fkE5RLJj0STMzijVnLfjnn86JUIg,16538
aiogram/utils/i18n/__init__.py,sha256=mwTwSL1cuXYi3a3LBICqoH66y4kHVML24YNPbGlZ55M,440
aiogram/utils/i18n/__pycache__/__init__.cpython-312.pyc,,
aiogram/utils/i18n/__pycache__/context.cpython-312.pyc,,
aiogram/utils/i18n/__pycache__/core.cpython-312.pyc,,
aiogram/utils/i18n/__pycache__/lazy_proxy.cpython-312.pyc,,
aiogram/utils/i18n/__pycache__/middleware.cpython-312.pyc,,
aiogram/utils/i18n/context.py,sha256=fhLzDZvxqRMvPu2-lEUrH7n09oHl-H0qo2mLFyKzCJk,549
aiogram/utils/i18n/core.py,sha256=XX_iuwylDTfrfCrafnqiFq28LDr-bvoO4Qnkhy81d_M,3542
aiogram/utils/i18n/lazy_proxy.py,sha256=0yHtyrejG9wG4yzLl1cDEsFomww2nyR7KFSbFyp7_NA,472
aiogram/utils/i18n/middleware.py,sha256=lqeui9-x7ztMQPI0IeQeRawe6orMjpsg2EtvXTzAQj4,5874
aiogram/utils/keyboard.py,sha256=FAdskgmgFrFD9S_vgJIjuy_Tc5CbarIK5Z3ePHYOfUo,13246
aiogram/utils/link.py,sha256=z7Zp5uk5z3iNO26-wZrhoCDNLt1N0KjbPYhthOq-50o,2261
aiogram/utils/magic_filter.py,sha256=WGHOC9k2acxrcpkFF-ViQv3LbzRAKtJj5MRv7IEi75c,666
aiogram/utils/markdown.py,sha256=3T1UVSzaAwnYnTNNq6pklq-TTs6Y6zINp-LIWgwrAyU,4481
aiogram/utils/media_group.py,sha256=qJXy5IbUmdrYjWAmNPBxgFRk8bj1x2kKZPinSTJXiRs,14764
aiogram/utils/mixins.py,sha256=ox0Q6BlxcyTfAtzLVMEY9eUfXXhnXtkkLBQlUQ6uL4o,2923
aiogram/utils/mypy_hacks.py,sha256=cm5_tBzfrkG5OOIs2m5U4JfQKohj1KkmCRXNLTJFDy0,433
aiogram/utils/payload.py,sha256=Braa-ut5cHDiiV2-MOeYK5Gny4mRgNL3bZtXw4Gpj7I,2941
aiogram/utils/text_decorations.py,sha256=3IxdLuEe2cL6H0aOfSNXu2xn3CkaRRcF2eyAdyga4jM,7826
aiogram/utils/token.py,sha256=iFfmK-pHGyPsF4ekWWcOlfH4OR9xGNAyCIavND8Ykrc,936
aiogram/utils/warnings.py,sha256=xGsQcxrMXtdZfLOGRCqKRIJbw80DA39COcctikBfYAE,89
aiogram/utils/web_app.py,sha256=JllipxLZah2Q2VueOKuf8QCkpH_9P5IwztGMU84OWnw,5003
aiogram/webhook/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
aiogram/webhook/__pycache__/__init__.cpython-312.pyc,,
aiogram/webhook/__pycache__/aiohttp_server.cpython-312.pyc,,
aiogram/webhook/__pycache__/security.cpython-312.pyc,,
aiogram/webhook/aiohttp_server.py,sha256=3uto1_vwf6h73SXFNSoDxGt49gFHFYDI1wf4uRcxWUg,10454
aiogram/webhook/security.py,sha256=ifd2TrPSOlXfutYyAmRh0LT3hJkB4o79XmEV1lo6fv0,1350

View File

@@ -0,0 +1,4 @@
Wheel-Version: 1.0
Generator: hatchling 1.21.1
Root-Is-Purelib: true
Tag: py3-none-any

View File

@@ -0,0 +1,18 @@
Copyright (c) 2017 - present Alex Root Junior
Permission is hereby granted, free of charge, to any person obtaining a copy of this
software and associated documentation files (the "Software"), to deal in the Software
without restriction, including without limitation the rights to use, copy, modify,
merge, publish, distribute, sublicense, and/or sell copies of the Software,
and to permit persons to whom the Software is furnished to do so, subject to the
following conditions:
The above copyright notice and this permission notice shall be included in all copies
or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,
INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR
PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS
BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE
OR OTHER DEALINGS IN THE SOFTWARE.