updates.DifferenceTooLong

class pyrogram.raw.types.updates.DifferenceTooLong

The difference is too long, and the specified state must be used to refetch updates.

Constructor of Difference.

Details:
  • Layer: 223

  • ID: 4AFE8F6D

Parameters:

pts (int 32-bit) – The new state to use.

Functions:

This object can be returned by 1 function.

updates.GetDifference

Get new updates.

TL Schema

updates.differenceTooLong#4afe8f6d
pts:int

= updates.Difference

Parameter Tree

DifferenceTooLong
└── ptsint

Example

DifferenceTooLong(
    pts=0,
)