copyWith method
Implementation
SearchWebApp copyWith({int? botUserId, String? webAppShortName}) =>
SearchWebApp(
botUserId: botUserId ?? this.botUserId,
webAppShortName: webAppShortName ?? this.webAppShortName,
);
SearchWebApp copyWith({int? botUserId, String? webAppShortName}) =>
SearchWebApp(
botUserId: botUserId ?? this.botUserId,
webAppShortName: webAppShortName ?? this.webAppShortName,
);