timestamp property

int timestamp
getter/setter pair

Description: Identifies the sending time of a messageUse cases: Used to present the sending time of a message, and can be used for message sorting.Caution: This is a standard UNIX timestamp, in milliseconds.

Implementation

int timestamp;