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