> """TypeError Traceback (most recent call last)
> c:\Users\Sharif\Desktop\py\pybot.py in line 85
> 82 updater.idle()
> 84 if __name__ == '__main__':
> 85 main()
>
> c:\Users\Sharif\Desktop\py\pybot.py in line 61, in main()
> 59 def main():
> 60 # Create an instance of Updater with the received token
> 61 updater = Updater(token='token', use _context=True)
> 63 # Create a dispatcher for the bot
> 64 dispatcher = updater .dispatcher
>
>
>
> Type Error: Updater.__init__() got an unexpected keyword argument 'token'"""
The following error was from a Telegram bot script. My script is experiencing an unexpected keyword argument
and I don't understand why.