- API ›
- Constructors ›
- UpdateLangPackTooLong
UpdateLangPackTooLong
---types--- updateLangPackTooLong#46560264 lang_code:string = Update
Belongs to
| Update |
In Rust this constructor is a variant of the enums::Update enum.
Match on it with: if let enums::Update::UpdateLangPackTooLong(v) = result { ... }
Parameters
| lang_code | string | required |