InternalLinkTypeWebApp constructor

InternalLinkTypeWebApp(
  1. {required String bot_username,
  2. required String web_app_short_name,
  3. required String start_parameter,
  4. int? extra,
  5. int? clientId}
)

The link is a link to a Web App. Call searchPublicChat with the given bot username, check that the user is a bot, then call searchWebApp with the received bot and the given web_app_short_name.

Implementation

InternalLinkTypeWebApp