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:
223ID:
4AFE8F6D
- Parameters:
pts (
int32-bit) – The new state to use.
- Functions:
This object can be returned by 1 function.
Get new updates.
TL Schema
updates.differenceTooLong#4afe8f6d
pts:int
= updates.Difference
Parameter Tree
DifferenceTooLong
└── pts →
intExample
DifferenceTooLong(
pts=0,
)