mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-03 10:08:28 +01:00
672 B
672 B
title | description | nav_exclude | image |
---|---|---|---|
langPackStringDeleted | Deleted localization string | true | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: langPackStringDeleted
Deleted localization string
Attributes:
Name | Type | Required | Description |
---|---|---|---|
key | string | Yes | Localization key |
Type: LangPackString
Example:
$langPackStringDeleted = ['_' => 'langPackStringDeleted', 'key' => 'string'];