lastPinTimestamp property

  1. @JsonKey.new(includeIfNull: false, name: 'last_pin_timestamp')
DateTime? lastPinTimestamp
final

The ISO 8601 timestamp of when the last pinned message was pinned

Implementation

@JsonKey(includeIfNull: false, name: 'last_pin_timestamp')
final DateTime? lastPinTimestamp;