langpack.GetStrings#
- class pyrogram.raw.functions.langpack.GetStrings#
Get strings from a language pack.
- Details:
Layer:
158
ID:
EFEA3803
- Parameters:
lang_pack (
str
) – Platform identifier (i.e. android, tdesktop, etc).lang_code (
str
) – Either an ISO 639-1 language code or a language pack name obtained from a language pack link.keys (List of
str
) – Strings to get.
- Returns:
List of
LangPackString