mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-03 21:37:49 +01:00
612 B
612 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, ];
Or, if you're into Lua:
updates_differenceTooLong={_='updates.differenceTooLong', pts=int, }