filePath property

  1. @JsonKey(name: 'file_path')
String? get filePath
inherited

File path. Use https://api.telegram.org/file/bottoken/file_path to get the file.

Implementation

@JsonKey(name: 'file_path')
String? get filePath;