smallFileUniqueId property

  1. @JsonKey(name: 'small_file_unique_id')
String get smallFileUniqueId
inherited

Unique file identifier of small (160x160) chat photo, which is supposed to be the same over time and for different bots. Can't be used to download or reuse the file.

Implementation

@JsonKey(name: 'small_file_unique_id')
String get smallFileUniqueId;