messageTimestamp property

int? messageTimestamp
read / write

The time of a request. After each call of next, this value will change to the oldest BaseMessage.createdAt value of the message that have been fetched.

Implementation

int? messageTimestamp = IntMax.max;