Skip to content

Commit

Permalink
Merge pull request #31 from telstra/feature/v3
Browse files Browse the repository at this point in the history
udpate readme
  • Loading branch information
zhanganderson authored Aug 30, 2024
2 parents 6596b7f + f7d1c5b commit a4204ae
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -527,10 +527,9 @@ For example:
# Get all messages
from telstra.messaging import message


reply =message.get_all(limit=5,offset=0,filter="Python,SDK",
status="undeliverable",startTime="2024-08-01T17:39:36.113Z",endTime="2024-08-18T17:39:36.113Z",
reverse = True, direction="outgoing")
reply = message.get_all(limit=5,offset=0,filter="Python,SDK",
status="undeliverable",startTime="2024-08-01T17:39:36.113Z",
endTime="2024-08-18T17:39:36.113Z",reverse = True, direction="outgoing")
print(reply)
```

Expand Down

0 comments on commit a4204ae

Please sign in to comment.