mirror of
https://github.com/teloxide/teloxide.git
synced 2024-12-22 14:35:36 +01:00
fix fmt
This commit is contained in:
parent
4d250d6a05
commit
2ea918e050
1 changed files with 3 additions and 2 deletions
|
@ -740,8 +740,9 @@ pub enum ApiError {
|
|||
#[serde(rename = "Bad Request: invalid file id")]
|
||||
#[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`]
|
||||
|
|
Loading…
Reference in a new issue