Merge pull request #832 from teloxide/fixfmt

fix fmt
This commit is contained in:
Sima Kinsart 2023-02-01 20:36:48 +06:00 committed by GitHub
commit 19e5dbacde
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -740,8 +740,9 @@ pub enum ApiError {
#[serde(rename = "Bad Request: invalid file id")] #[serde(rename = "Bad Request: invalid file id")]
#[error("Bad Request: invalid file id")] #[error("Bad Request: invalid file id")]
FileIdInvalid, FileIdInvalid,
/// Occurs when bot tries to upload a file which is larger than 50 MB using multipart/form-data. /// Occurs when bot tries to upload a file which is larger than 50 MB using
/// multipart/form-data.
/// ///
/// May happen in methods: /// May happen in methods:
/// 1. [`SendVideo`] /// 1. [`SendVideo`]