LangPackString

class pyrogram.raw.base.LangPackString

Language pack string

Constructors:

This base type has 3 constructors available.

LangPackString

Translated localization string

LangPackStringDeleted

Deleted localization string

LangPackStringPluralized

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.

langpack.GetStrings

Get strings from a language pack

TL Schema

langPackString#cad181f6
key:string
value:string

= LangPackString

Parameter Tree

LangPackString
├── keystring
└── valuestring

Example

LangPackString(
    key="text",
    value="text",
)