Layer 220
constructor
updates.differenceTooLong#4afe8f6d pts:int = updates.Difference;

Parameters

Name Type Description
Pts int The new state to use.

Gogram Example

// Creating UpdatesDifferenceTooLong constructor
obj := &tg.UpdatesDifferenceTooLong{
    Pts: 0,
}