mirror of
https://github.com/teloxide/teloxide.git
synced 2024-12-22 22:46:39 +01:00
fix fmt
This commit is contained in:
parent
4d250d6a05
commit
2ea918e050
1 changed files with 3 additions and 2 deletions
|
@ -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`]
|
||||
|
|
Loading…
Reference in a new issue