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."
|
||||
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)
|
||||
|
Loading…
Reference in New Issue
Block a user