LangPackDifference#
- class pyrogram.raw.types.LangPackDifference#
Changes to the app’s localization pack.
Constructor of
LangPackDifference.- Details:
Layer:
158ID:
F385C1F6
- Parameters:
lang_code (
str) – Language code.from_version (
int32-bit) – Previous version number.version (
int32-bit) – New version number.strings (List of
LangPackString) – Localized strings.
- Functions:
This object can be returned by 2 functions.
Get localization pack strings.
Get new strings in language pack.