mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-12 16:47:24 +01:00
730 B
730 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, }