mirror of
https://github.com/flibusta-apps/telegram_files_cache_server.git
synced 2025-12-06 06:35:38 +01:00
Fix
This commit is contained in:
@@ -81,7 +81,7 @@ pub async fn get_cached_file_copy(original: cached_file::Data, db: Database) ->
|
||||
let message_id = match bot
|
||||
.copy_message(
|
||||
config::CONFIG.temp_channel_username.to_string(),
|
||||
ChatId(original.chat_id),
|
||||
Recipient::Id(ChatId(original.chat_id)),
|
||||
MessageId(original.message_id.try_into().unwrap()),
|
||||
)
|
||||
.await
|
||||
|
||||
Reference in New Issue
Block a user