According to the documentation, sentAt
query params works like:
sentAt
Fetches the messages list after a particular sentAt timestamp.
In my testing however, sentAt
will define the time until the message has been sent.
For example /v2.0/messages?sentAt=1500000000
will return all messages that have been sent until 1500000000
, not after.
Which is the correct definition of that param?