Fix docs
This commit is contained in:
parent
019e274dc9
commit
11ec3fdb45
@ -290,6 +290,8 @@ var_dump($authorization);
|
|||||||
|
|
||||||
See tests/testing.php for more examples.
|
See tests/testing.php for more examples.
|
||||||
|
|
||||||
|
Note that when you login as a bot, MadelineProto also logins using the [PWRTelegram](https://pwrtelegram.xyz) API, to allow persistant storage of peers, even after a logout and another login.
|
||||||
|
|
||||||
### Storing sessions
|
### Storing sessions
|
||||||
|
|
||||||
An istance of MadelineProto can be safely serialized or unserialized. To serialize MadelineProto to a file, usage of the `\danog\MadelineProto\Serialization` class is recommended:
|
An istance of MadelineProto can be safely serialized or unserialized. To serialize MadelineProto to a file, usage of the `\danog\MadelineProto\Serialization` class is recommended:
|
||||||
|
@ -294,6 +294,8 @@ var_dump($authorization);
|
|||||||
|
|
||||||
See tests/testing.php for more examples.
|
See tests/testing.php for more examples.
|
||||||
|
|
||||||
|
Note that when you login as a bot, MadelineProto also logins using the [PWRTelegram](https://pwrtelegram.xyz) API, to allow persistant storage of peers, even after a logout and another login.
|
||||||
|
|
||||||
### Storing sessions
|
### Storing sessions
|
||||||
|
|
||||||
An istance of MadelineProto can be safely serialized or unserialized. To serialize MadelineProto to a file, usage of the `\danog\MadelineProto\Serialization` class is recommended:
|
An istance of MadelineProto can be safely serialized or unserialized. To serialize MadelineProto to a file, usage of the `\danog\MadelineProto\Serialization` class is recommended:
|
||||||
|
Loading…
Reference in New Issue
Block a user