copyWith method
Implementation
GetWebAppPlaceholder copyWith({int? botUserId}) =>
GetWebAppPlaceholder(botUserId: botUserId ?? this.botUserId);
GetWebAppPlaceholder copyWith({int? botUserId}) =>
GetWebAppPlaceholder(botUserId: botUserId ?? this.botUserId);