get_web_app_link_url


Description:

public async HttpUrl get_web_app_link_url (int64 chat_id, int64 bot_user_id, string web_app_short_name, string start_parameter, bool allow_write_access, WebAppOpenParameters parameters) throws TDLibError

Returns an HTTPS URL of a Web App to open after a link of the type internalLinkTypeWebApp is clicked

Parameters:

chat_id

Identifier of the chat in which the link was clicked; pass 0 if none

bot_user_id

Identifier of the target bot

web_app_short_name

Short name of the Web App

start_parameter

Start parameter from internalLinkTypeWebApp

allow_write_access

Pass true if the current user allowed the bot to send them messages

parameters

Parameters to use to open the Web App