timestamp property

int timestamp
getter/setter pair

The timestamp at which the message was sent. You can format the timestamp, which is in milliseconds since epoch, using DateTime.fromMillisecondsSinceEpoch(timestamp).

Implementation

int timestamp;