copyWith method
Implementation
FoundAffiliateProgram copyWith({
int? botUserId,
AffiliateProgramInfo? info,
}) => FoundAffiliateProgram(
botUserId: botUserId ?? this.botUserId,
info: info ?? this.info,
);
FoundAffiliateProgram copyWith({
int? botUserId,
AffiliateProgramInfo? info,
}) => FoundAffiliateProgram(
botUserId: botUserId ?? this.botUserId,
info: info ?? this.info,
);