MadelineProtoDocs/docs/API_docs/constructors/langPackString.md

724 B

title description image
langPackString Lang pack string https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: langPackString

Back to constructors index

Lang pack string

Attributes:

Name Type Required Description
key string Yes Key
value string Yes Value

Type: LangPackString

Example:

$langPackString = ['_' => 'langPackString', 'key' => 'string', 'value' => 'string'];

Or, if you're into Lua:

langPackString={_='langPackString', key='string', value='string'}