signalwire-python icon indicating copy to clipboard operation
signalwire-python copied to clipboard

TypeError: list() got an unexpected keyword argument 'status'

Open pdgo opened this issue 4 years ago • 0 comments

Everything works in this except when I add the status part. Trying to get all messages that weren't delivered

messages = client.messages.list( from_ = client_number, date_sent='2021-01-19', status='undelivered')

pdgo avatar Jan 22 '21 17:01 pdgo