Layer 220
UpdatesDifferenceTooLong
The difference is too long, and the specified state must be used to refetch updates.
constructor
updates.differenceTooLong#4afe8f6d pts:int = updates.Difference;
Parameters
| Name | Type | Description |
|---|---|---|
| Pts | int | The new state to use. |
Returns
updates.DifferenceGogram Example
// Creating UpdatesDifferenceTooLong constructor obj := &tg.UpdatesDifferenceTooLong{ Pts: 0, }