fileUniqueId property
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;
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.
@JsonKey(name: 'file_unique_id')
String get fileUniqueId;