bigFileUniqueId property

  1. @JsonKey(name: 'big_file_unique_id')
String get bigFileUniqueId
inherited

Unique file identifier of big (640x640) 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: 'big_file_unique_id')
String get bigFileUniqueId;