langpack.GetStrings¶
- class pyrogram.raw.functions.langpack.GetStrings[source]¶
Get strings from a language pack
Usable by Users Bots- Details:
Layer:
229ID:
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