MadelineProtoDocs/old_docs/API_docs_v91/constructors/updatesTooLong.md
2019-03-08 13:49:23 +01:00

516 B

title description image
updatesTooLong Updates too long https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: updatesTooLong

Back to constructors index

Updates too long

Type: Updates

Example:

$updatesTooLong = ['_' => 'updatesTooLong'];

PWRTelegram json-encoded version:

{"_": "updatesTooLong"}

Or, if you're into Lua:

updatesTooLong={_='updatesTooLong'}