timestamp property
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;
The timestamp at which the message was sent. You can format the timestamp, which is in milliseconds since epoch, using DateTime.fromMillisecondsSinceEpoch(timestamp).
int timestamp;