mirror of
https://github.com/teloxide/teloxide.git
synced 2025-01-09 11:43:57 +01:00
Add LanguageCode::Other
This commit is contained in:
parent
696efb1c5b
commit
28f4dd7c16
1 changed files with 3 additions and 0 deletions
|
@ -187,4 +187,7 @@ pub enum LanguageCode {
|
||||||
ZA,
|
ZA,
|
||||||
ZH,
|
ZH,
|
||||||
ZU,
|
ZU,
|
||||||
|
|
||||||
|
#[serde(other)]
|
||||||
|
Other,
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue