This commit is contained in:
Daniil Gentili 2017-05-17 17:10:36 +01:00
parent f8230e9e3a
commit d8adba8d68
3 changed files with 3 additions and 14 deletions

Binary file not shown.

View File

@ -1,14 +0,0 @@
---
title: MadelineProto API documentation (layer v27)
description: MadelineProto API documentation (layer v27)
---
# MadelineProto API documentation (layer v27)
[Methods](methods/)
[Constructors](constructors/)
[Types](types/)
[Back to main documentation](..)

View File

@ -165,6 +165,9 @@ class MTProto extends \Volatile
}
$this->datacenter->__construct($this->settings['connection'], $this->settings['connection_settings']);
$this->setup_threads();
if ($this->authorized && !$this->authorization['user']['bot']) {
$this->get_dialogs();
}
if ($this->authorized && $this->settings['updates']['handle_updates']) {
\danog\MadelineProto\Logger::log(['Getting updates after deserialization...'], Logger::NOTICE);
$this->get_updates_difference();