This commit is contained in:
2023-08-09 02:31:21 +02:00
parent 8cb765eb3d
commit c19d3e6e94

View File

@@ -73,6 +73,7 @@ pub async fn upload_to_telegram_files(
let response = reqwest::Client::new()
.post(url)
.header("Authorization", CONFIG.library_api_key.clone())
.multipart(form)
.send()
.await?