copyWith method
Implementation
GetConnectedAffiliateProgram copyWith({
AffiliateType? affiliate,
int? botUserId,
}) => GetConnectedAffiliateProgram(
affiliate: affiliate ?? this.affiliate,
botUserId: botUserId ?? this.botUserId,
);
GetConnectedAffiliateProgram copyWith({
AffiliateType? affiliate,
int? botUserId,
}) => GetConnectedAffiliateProgram(
affiliate: affiliate ?? this.affiliate,
botUserId: botUserId ?? this.botUserId,
);