diff --git a/src/requests/send_document.rs b/src/requests/send_document.rs index e578f003..3fc2c992 100644 --- a/src/requests/send_document.rs +++ b/src/requests/send_document.rs @@ -5,7 +5,6 @@ use async_trait::async_trait; // TODO: add method to bot/api - ///Use this method to send general files. On success, the sent Message is /// returned. Bots can currently send files of any type of up to 50 MB in size, /// this limit may be changed in the future.