Hello guys,
I did not see any topic about twexit here, so here I am.
My issue is aparently basic but take look please, when Im trying to migrate my code from twilio to telnyx Im facing the following issue:
this line from twilio.rest import Client as __twilio_client
Is the problem due to I dont know which is the equivalent for telnyx. And this is creating the following error !
ImportError: cannot import name 'Client' from 'telnyx' (/home/xxxx/.local/lib/python3.10/site-packages/telnyx/init.py)
and also this other
NameError: name '__telnyx_client' is not defined
Would you be so kind to help me with this ? Thanks in advace.
=D