diff --git a/src/client_reqwest.rs b/src/client_reqwest.rs index d32df81..2fb18ed 100644 --- a/src/client_reqwest.rs +++ b/src/client_reqwest.rs @@ -151,9 +151,8 @@ impl AsyncTelegramApi for AsyncApi { #[cfg(target_arch = "wasm32")] { - // for this function need api about fs, so we this function need find replacement,maybe another function input encoded file? welcome to PR. Err(Error::Encode(format!( - "calling {method:?} with files is unsupported in WASM due to missing form_data / attachment support. Was called with params {params:?} and files {files:?}", + "calling {method:?} with files is currently unsupported in WASM due to missing form_data / attachment support. Was called with params {params:?} and files {files:?}", ))) } }