mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-11-26 20:35:03 +01:00
Update
This commit is contained in:
parent
59cdfd7c97
commit
5bc4f07935
@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
title: "danog\\MadelineProto\\EventHandler\\Update: Represents a generic update."
|
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"
|
image: "https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png"
|
||||||
parent: "MadelineProto API"
|
parent: "MadelineProto API"
|
||||||
|
|
||||||
@ -14,6 +14,10 @@ parent: "MadelineProto API"
|
|||||||
Represents a generic update.
|
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)
|
Generated by [danog/phpdoc](https://phpdoc.daniil.it)
|
||||||
|
@ -1382,4 +1382,4 @@ $MadelineProto = new \danog\MadelineProto\API('bot.madeline');
|
|||||||
echo json_encode($MadelineProto->getUpdates($_GET));
|
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>
|
Loading…
Reference in New Issue
Block a user