deliveredAt property
Timestamp when the message was delivered to the recipient.
Implementation
@EpochDateTimeConverter() DateTime? get sentAt;/// Timestamp when the message was delivered to the recipient.
@EpochDateTimeConverter() DateTime? get deliveredAt;