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." 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)