SearchWebApp constructor

SearchWebApp(
  1. {required int bot_user_id,
  2. required String web_app_short_name,
  3. int? extra,
  4. int? clientId}
)

Returns information about a Web App by its short name. Returns a 404 error if the Web App is not found

Returns FoundWebApp

Implementation

SearchWebApp