4doom4 / python-voipms

Python client for v1 of voip.ms REST API
MIT License
24 stars 12 forks source link

what do I substitute for "file" #2

Open ghost opened 5 years ago

ghost commented 5 years ago

in client.fax.send.fax_message(to_number, from_name, from_number, file, **kwargs) - what do I substitute for file?

I am actually dealing with setRecording which also has a file argument. Nothing I have tried has worked.