855 B
855 B
title | description | image |
---|---|---|
langPackString | Lang pack string | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: langPackString
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'];
PWRTelegram json-encoded version:
{"_": "langPackString", "key": "string", "value": "string"}
Or, if you're into Lua:
langPackString={_='langPackString', key='string', value='string'}