LangPackString
- class pyrogram.raw.base.LangPackString
Language pack string
- Constructors:
This base type has 3 constructors available.
Translated localization string
Deleted localization string
A language pack string which has different forms based on the number of some object it mentions.
- Functions:
This object can be returned by 1 function.
Get strings from a language pack
TL Schema
langPackString#cad181f6
key:string
value:string
= LangPackString
Parameter Tree
LangPackString
├── key →
string└── value →
stringExample
LangPackString(
key="text",
value="text",
)