Showing an error , TypeError: Updater.__init__() got an unexpected keyword argument 'token'. How to solve it

I agree with @MegaIng. But my first guess would be to try the token argument in lowercase. It’s more conventional in python to have function arguments in lowercase rather than in all caps.