WebAppInfo¶
- class aiogram.types.web_app_info.WebAppInfo(*, url: str, **extra_data: Any)[source]¶
Describes a Web App.
Source: https://core.telegram.org/bots/api#webappinfo
- url: str¶
An HTTPS URL of a Web App to be opened with additional data as specified in Initializing Web Apps
- model_computed_fields: ClassVar[Dict[str, ComputedFieldInfo]] = {}¶
A dictionary of computed field names and their corresponding ComputedFieldInfo objects.
- model_post_init(context: Any, /) None ¶
We need to both initialize private attributes and call the user-defined model_post_init method.