copyWith method
Implementation
OpenSponsoredChat copyWith({int? sponsoredChatUniqueId}) => OpenSponsoredChat(
sponsoredChatUniqueId: sponsoredChatUniqueId ?? this.sponsoredChatUniqueId,
);
OpenSponsoredChat copyWith({int? sponsoredChatUniqueId}) => OpenSponsoredChat(
sponsoredChatUniqueId: sponsoredChatUniqueId ?? this.sponsoredChatUniqueId,
);