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>.

NameTypeDescription
chat_idstringIdentifier of the chat in which the link was clicked; pass 0 if none.
bot_user_idstringIdentifier of the target bot.
web_app_short_namestringShort name of the Web App.
start_parameterstringStart parameter from internalLinkTypeWebApp.
themethemeParametersPreferred Web App theme; pass null to use the default theme.
application_namestringShort name of the application; 0-64 English letters, digits, and underscores.
allow_write_accessboolPass true if the current user allowed the bot to send them messages.

More details on telegram's documentation.