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

672 B

title description nav_exclude image
langPackStringDeleted Deleted localization string true https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: langPackStringDeleted

Back to constructors index

Deleted localization string

Attributes:

Name Type Required Description
key string Yes Localization key

Type: LangPackString

Example:

$langPackStringDeleted = ['_' => 'langPackStringDeleted', 'key' => 'string'];