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