aiogram/aiogram/utils
Kostiantyn Kriuchkov a585fb08de
Add missing Telegram WebApp API classes and fields (#1424) (#1425)
* 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
2024-02-26 02:13:32 +02:00
..
i18n Update pydantic to V2 (#1202) 2023-07-02 15:07:19 +03:00
__init__.py Dev 3.x i18n & improvements (#696) 2021-09-22 00:52:38 +03:00
auth_widget.py Migrate to hatchling (#1095) 2023-01-12 02:49:58 +02:00
backoff.py Migrate to hatchling (#1095) 2023-01-12 02:49:58 +02:00
callback_answer.py Callback answer feature (#1091) 2023-01-08 16:49:34 +02:00
chat_action.py #1006 Update parameter description in chat_action.py 2023-11-14 02:57:23 +02:00
deep_linking.py Added page for deep linking util 2023-11-24 21:27:03 +02:00
formatting.py Added support for Bot API 7.0 (#1387) 2023-12-31 01:40:44 +02:00
keyboard.py Fixed typehints in keyboard builder 2024-02-13 22:09:48 +02:00
link.py Added create_channel_bot_link function 2023-04-23 03:30:48 +03:00
magic_filter.py #1281 Fix magic operation .as_ for values interpreted as False (#1283) 2023-08-26 22:33:32 +03:00
markdown.py Added support for Bot API 7.0 (#1387) 2023-12-31 01:40:44 +02:00
media_group.py Update thumbnail type to InputFile only (#1374) 2023-11-24 21:10:02 +02:00
mixins.py Bot API 5.7 and some new features (#834) 2022-02-19 01:45:59 +02:00
mypy_hacks.py Move update type detecting from Dispatcher to Update (#669) 2021-09-05 23:49:23 +03:00
payload.py Custom encoding support (#1278) 2023-09-03 00:26:57 +03:00
text_decorations.py Added support for Bot API 7.0 (#1387) 2023-12-31 01:40:44 +02:00
token.py Add token validation util, fix deepcopy of sessions and make bot hashable and comparable 2019-11-28 23:12:44 +02:00
warnings.py Remove filters factory, introduce docs translation (#978) 2022-10-02 00:04:31 +03:00
web_app.py Add missing Telegram WebApp API classes and fields (#1424) (#1425) 2024-02-26 02:13:32 +02:00