UpdateLangPackTooLong

class pyrogram.raw.types.UpdateLangPackTooLong

A language pack has changed, the client should manually fetch the changed strings using langpack.getDifference

Constructor of Update.

Details:
  • Layer: 223

  • ID: 46560264

Parameters:

lang_code (str) – Language code

TL Schema

updateLangPackTooLong#46560264
lang_code:string

= Update

Parameter Tree

UpdateLangPackTooLong
└── lang_codestring

Example

UpdateLangPackTooLong(
    lang_code="text",
)