How can I invite a user to a newly created private chat channel using the Twilio Python Client?
The python channel instance does not have an channel.invite()
method like the JS SDK does.
I have looked through the source code as well but can't seem to find anything.