WebApp constructor

WebApp(
  1. {required String short_name,
  2. required String title,
  3. required String description,
  4. required Photo photo,
  5. Animation? animation,
  6. int? extra,
  7. int? clientId}
)

Describes a Web App. Use getInternalLink with internalLinkTypeWebApp to share the Web App

Implementation

WebApp