Small fix
This commit is contained in:
parent
99c2053540
commit
7d7bcdbed5
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user