getDownloadLink method

String? getDownloadLink(
  1. String token
)

Implementation

String? getDownloadLink(String token) => (filePath?.isEmpty ?? true)
    ? null
    : 'https://api.telegram.org/file/bot$token/$filePath';