copyWith method
Implementation
MessageSuggestProfilePhoto copyWith({ChatPhoto? photo}) =>
MessageSuggestProfilePhoto(photo: photo ?? this.photo);
MessageSuggestProfilePhoto copyWith({ChatPhoto? photo}) =>
MessageSuggestProfilePhoto(photo: photo ?? this.photo);