copyWith method
Implementation
StarTransactionTypeBotPaidMediaPurchase copyWith({
int? userId,
List<PaidMedia>? media,
}) => StarTransactionTypeBotPaidMediaPurchase(
userId: userId ?? this.userId,
media: media ?? this.media,
);
StarTransactionTypeBotPaidMediaPurchase copyWith({
int? userId,
List<PaidMedia>? media,
}) => StarTransactionTypeBotPaidMediaPurchase(
userId: userId ?? this.userId,
media: media ?? this.media,
);