mirror of
https://github.com/teloxide/teloxide.git
synced 2024-12-22 22:46:39 +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,
|
||||
ZH,
|
||||
ZU,
|
||||
|
||||
#[serde(other)]
|
||||
Other,
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue