createdAt property

  1. @EpochDateTimeConverter()
DateTime? get createdAt
inherited

Timestamp when the message was created.

Implementation

String? get replyToMessageId;/// Timestamp when the message was created.
@EpochDateTimeConverter() DateTime? get createdAt;