messageTimestamp property

int? messageTimestamp
getter/setter pair

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 = SendbirdChat.maxInt;