seenAt property

  1. @EpochDateTimeConverter()
DateTime? get seenAt
inherited

Timestamp when the message was seen by the recipient.

Implementation

@EpochDateTimeConverter() DateTime? get deliveredAt;/// Timestamp when the message was seen by the recipient.
@EpochDateTimeConverter() DateTime? get seenAt;