This commit is contained in:
Daniil Gentili 2024-06-08 17:10:01 +02:00
parent 59cdfd7c97
commit 5bc4f07935
2 changed files with 6 additions and 2 deletions

View File

@ -1,6 +1,6 @@
---
title: "danog\\MadelineProto\\EventHandler\\Update: Represents a generic update."
description: ""
description: "\nNOTE: use serialize(), not json_encode() to serialize updates.\n\njson_encode() may only be used for logging updates.\n"
image: "https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png"
parent: "MadelineProto API"
@ -14,6 +14,10 @@ parent: "MadelineProto API"
Represents a generic update.
NOTE: use serialize(), not json_encode() to serialize updates.
json_encode() may only be used for logging updates.
---
Generated by [danog/phpdoc](https://phpdoc.daniil.it)

View File

@ -1382,4 +1382,4 @@ $MadelineProto = new \danog\MadelineProto\API('bot.madeline');
echo json_encode($MadelineProto->getUpdates($_GET));
```
<a href="https://docs.madelineproto.xyz/docs/FILTERS.html">Next section</a>
<a href="https://docs.madelineproto.xyz/docs/FILTERS.html">Next section</a>