View Source ExTDLib.Method.GetWebAppUrl (ExTDLib v0.0.4)
Returns an HTTPS URL of a Web App to open from the side menu, a keyboardButtonTypeWebApp button, an inlineQueryResultsButtonTypeWebApp button, or an internalLinkTypeSideMenuBot link. Returns object_ptr<HttpUrl>.
| Name | Type | Description |
|---|---|---|
| bot_user_id | string | Identifier of the target bot. |
| url | string | The URL from a keyboardButtonTypeWebApp button, inlineQueryResultsButtonTypeWebApp button, an internalLinkTypeSideMenuBot link, or an empty when the bot is opened from the side menu. |
| theme | themeParameters | Preferred Web App theme; pass null to use the default theme. |
| application_name | string | Short name of the application; 0-64 English letters, digits, and underscores. |
More details on telegram's documentation.