Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -508,10 +508,10 @@ following arguments:
- `startTime`: Use ISO format, e.g. "2024-01-24T15:39:00Z".
- `endTime`: Use ISO format, e.g. "2024-01-24T16:39:00Z".
- `reverse`: If set to Ture the results will be returned in reverse order.
By default value False, the results will be returned in the order they were sent/received.
By default value False, the results will be returned in the order they were sent/received.
- `direction`: Filter your messages by direction: outgoing or incoming.
- `status`: Filter your messages by status. Available values : queued, sent, delivered,
expired
expired

Raises `telstra.messaging.exceptions.MessageError` if anything goes wrong.

Expand Down