mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-04 02:28:31 +01:00
30 lines
672 B
Markdown
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'];
|
||
|
```
|