mirror of
https://github.com/danog/MadelineProto.git
synced 2024-11-27 14:34:39 +01:00
727 B
727 B
title | description |
---|---|
updates.differenceTooLong | updates_differenceTooLong attributes, type and example |
Constructor: updates.differenceTooLong
Attributes:
Name | Type | Required |
---|---|---|
pts | int | Yes |
Type: updates_Difference
Example:
$updates_differenceTooLong = ['_' => 'updates.differenceTooLong', 'pts' => int];
PWRTelegram json-encoded version:
{"_": "updates.differenceTooLong", "pts": int}
Or, if you're into Lua:
updates_differenceTooLong={_='updates.differenceTooLong', pts=int}