mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-12 18:19:34 +00:00
* Add missing Telegram WebApp API classes and fields (#1424) * Implemented `WebAppChat` class with fields `id`, `type`, `title`, `username`, and `photo_url` as per Telegram documentation. * Modified `WebAppUser` class by adding `is_premium`, `added_to_attachment_menu`, and `allows_write_to_pm` fields. * Modified `WebAppInitData` class to include `chat`, `chat_type`, `chat_instance` fields for full API support. * fix changelog file name * fix line too long |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| test_auth_widget.py | ||
| test_backoff.py | ||
| test_callback_answer.py | ||
| test_chat_action.py | ||
| test_deep_linking.py | ||
| test_formatting.py | ||
| test_i18n.py | ||
| test_keyboard.py | ||
| test_link.py | ||
| test_magic_filter.py | ||
| test_markdown.py | ||
| test_media_group.py | ||
| test_mixins.py | ||
| test_text_decorations.py | ||
| test_token.py | ||
| test_web_app.py | ||