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

@ -741,7 +741,8 @@ pub enum ApiError {
#[error("Bad Request: invalid file id")]
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:
/// 1. [`SendVideo`]