MadelineProtoDocs/docs/API_docs/constructors/langPackStringDeleted.md
2024-05-01 14:53:46 +02:00

30 lines
672 B
Markdown

---
title: "langPackStringDeleted"
description: "Deleted localization string"
nav_exclude: true
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
---
# Constructor: langPackStringDeleted
[Back to constructors index](/API_docs/constructors/index.html)
Deleted localization string
### Attributes:
| Name | Type | Required | Description |
|----------|---------------|----------|-------------|
|key|[string](/API_docs/types/string.html) | Yes|Localization key|
### Type: [LangPackString](/API_docs/types/LangPackString.html)
### Example:
```
$langPackStringDeleted = ['_' => 'langPackStringDeleted', 'key' => 'string'];
```