mirror of
https://github.com/teloxide/teloxide.git
synced 2025-01-03 17:52:12 +01:00
commit
19e5dbacde
1 changed files with 3 additions and 2 deletions
|
@ -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`]
|
||||||
|
|
Loading…
Reference in a new issue