mirror of
https://github.com/teloxide/teloxide.git
synced 2024-12-23 06:51:01 +01:00
Rename OtherKind -> Other
This commit is contained in:
parent
823a92a303
commit
66177e9de3
1 changed files with 1 additions and 1 deletions
|
@ -509,5 +509,5 @@ pub enum ApiErrorKind {
|
||||||
FileIdInvalid,
|
FileIdInvalid,
|
||||||
|
|
||||||
#[serde(other)]
|
#[serde(other)]
|
||||||
OtherKind,
|
Other,
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue