MyTelegram wrapper improvements
This commit is contained in:
parent
9e0fdae65f
commit
1f33dc9e33
@ -192,7 +192,7 @@ class DataCenter
|
|||||||
*
|
*
|
||||||
* @return void
|
* @return void
|
||||||
*/
|
*/
|
||||||
public function __magic_construct(MTProto $API, array $dclist, array $settings, bool $reconnectAll = true, CookieJar $jar = null)
|
public function __magic_construct($API, array $dclist, array $settings, bool $reconnectAll = true, CookieJar $jar = null)
|
||||||
{
|
{
|
||||||
$this->API = $API;
|
$this->API = $API;
|
||||||
|
|
||||||
|
@ -66,6 +66,7 @@ class MyTelegramOrgWrapper
|
|||||||
},
|
},
|
||||||
[],
|
[],
|
||||||
$this->settings['connection_settings'],
|
$this->settings['connection_settings'],
|
||||||
|
true,
|
||||||
$this->jar
|
$this->jar
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user