View Source ExTDLib.Method.GetWebAppLinkUrl (ExTDLib v0.0.4)
Returns an HTTPS URL of a Web App to open after a link of the type internalLinkTypeWebApp is clicked. Returns object_ptr<HttpUrl>.
| Name | Type | Description |
|---|---|---|
| chat_id | string | Identifier of the chat in which the link was clicked; pass 0 if none. |
| bot_user_id | string | Identifier of the target bot. |
| web_app_short_name | string | Short name of the Web App. |
| start_parameter | string | Start parameter from internalLinkTypeWebApp. |
| 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. |
| allow_write_access | bool | Pass true if the current user allowed the bot to send them messages. |
More details on telegram's documentation.