copyWith method

  1. @override
InputChatPhotoPrevious copyWith({
  1. int? chatPhotoId,
})
override

Implementation

@override
InputChatPhotoPrevious copyWith({
  int? chatPhotoId,
}) => InputChatPhotoPrevious(
  chatPhotoId: chatPhotoId ?? this.chatPhotoId,
);