- API ›
- Constructors ›
- LangPackStringDeleted
LangPackStringDeleted
---types--- langPackStringDeleted#2979eeb2 key:string = LangPackString
Belongs to
| LangPackString |
In Rust this constructor is a variant of the enums::LangPackString enum.
Match on it with: if let enums::LangPackString::LangPackStringDeleted(v) = result { ... }
Parameters
| key | string | required |