time property

DateTime? get time

Timestamp when the message was created/sent.

Represented as a DateTime object (parsed from Unix timestamp in serialized format). Returns: Message timestamp, or null if not specified.

Implementation

DateTime? get time;