peyk.platforms.telegram.types.web_app_info¶
Classes
|
Describes a Web App. |
- class peyk.platforms.telegram.types.web_app_info.WebAppInfo(url: str = '')[source]¶
Bases:
objectDescribes a Web App.
- Variables:
url (str) – An HTTPS URL of a Web App to be opened with additional data as specified in Initializing Web Apps
- url: str = ''¶
- classmethod from_dict(data: dict | None) WebAppInfo | None[source]¶
Provides the from dict operation for the Telegram integration.
- Parameters:
data – Value used by this operation.
- Returns:
Result produced by the operation.