SearchWebApp constructor

SearchWebApp({
  1. required int botUserId,
  2. required String webAppShortName,
})

Implementation

SearchWebApp({required this.botUserId, required this.webAppShortName});