fileUniqueId property

  1. @JsonKey(name: 'file_unique_id')
String get fileUniqueId
inherited

Unique identifier for this file, 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: 'file_unique_id')
String get fileUniqueId;