telegram.WebAppInfo¶
-
class
telegram.WebAppInfo(url, **_kwargs)¶ Bases:
telegram.base.TelegramObjectThis object contains information about a Web App.
Objects of this class are comparable in terms of equality. Two objects of this class are considered equal, if their
urlare equal.New in version 13.12.
- Parameters
url (
str) – An HTTPS URL of a Web App to be opened with additional data as specified in Initializing Web Apps.
-
url¶ An HTTPS URL of a Web App to be opened with additional data as specified in Initializing Web Apps.
- Type
str