editedTimestamp property
The ISO 8601 timestamp of when the message was last edited
Implementation
@JsonKey(includeIfNull: false, name: 'edited_timestamp')
final DateTime? editedTimestamp;
The ISO 8601 timestamp of when the message was last edited
@JsonKey(includeIfNull: false, name: 'edited_timestamp')
final DateTime? editedTimestamp;