copyWith method
Implementation
GetSearchSponsoredChats copyWith({String? query}) =>
GetSearchSponsoredChats(query: query ?? this.query);
GetSearchSponsoredChats copyWith({String? query}) =>
GetSearchSponsoredChats(query: query ?? this.query);