Skip to content

Commit a4204ae

Browse files
Merge pull request #31 from telstra/feature/v3
udpate readme
2 parents 6596b7f + f7d1c5b commit a4204ae

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

+3-4
Original file line numberDiff line numberDiff line change
@@ -527,10 +527,9 @@ For example:
527527
# Get all messages
528528
from telstra.messaging import message
529529

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

0 commit comments

Comments
 (0)