Do you see an error traceback on screen? If so, what does it say?
nostr:npub14qt30q0an6gwmcl2gnwu5hf6h7pgl68wm6c082asm5l9vdtzu87q0z9htj TY 🙏🏼 😲☀️ see above my response to Jay
Discussion

Looks like you are missing a required parameter when you instantiate the Updater class
I checked to make sure my import statement in the Python script was correct when I got the Updater error - and then would get the Filters error, so then I made sure the library has been updated and the Filters class wasn’t moved or renamed and then checked the library documentation for my version to ensure I’m following the correct way to import Filters..
I’m stumped 😂😫
I either get this error or this one -
I have redone the code like 9 times, and did all three above trouble shooting 
Just found this discussion
Downgrading the telegram bot library may solve the issue
Here on reddit someone sais:
“According to the documentation, you need to instantiate an asyncio.Queue and pass it to the telegram.ext.Updater constructor as the second positional argument.”
https://www.reddit.com/r/learnpython/comments/13o3n2e/cant_make_a_telegram_bot/
😲😲 ok - Let me see how to go about this.