mirror of
https://github.com/teloxide/teloxide.git
synced 2025-01-05 10:24:32 +01:00
commit
19e5dbacde
1 changed files with 3 additions and 2 deletions
|
@ -741,7 +741,8 @@ pub enum ApiError {
|
||||||
#[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`]
|
||||||
|
|
Loading…
Reference in a new issue