Small fix

This commit is contained in:
Daniil Gentili 2017-07-26 19:04:30 +02:00
parent 99c2053540
commit 7d7bcdbed5

View File

@ -172,7 +172,7 @@ class MTProto extends \Volatile
private $msg_ids = [];
private $v = 0;
private $dialog_params = ['_' => 'MadelineProto.dialogParams', 'limit' => 0, 'offset_date' => 0, 'offset_id' => 0, 'offset_peer' => ['_' => 'inputPeerEmpty']];
private $dialog_params = ['_' => 'MadelineProto.dialogParams', 'limit' => 0, 'offset_date' => 0, 'offset_id' => 0, 'offset_peer' => ['_' => 'inputPeerEmpty'], 'count' => 0];
private $zero;
private $one;
private $two;