fileDate property

  1. @JsonKey(name: 'file_date')
int get fileDate
inherited

Unix time when the file was uploaded

You can get the DateTime object as fileDateTime getter.

Implementation

@JsonKey(name: 'file_date')
int get fileDate;