mirror of
https://github.com/danog/TelegramApiServer.git
synced 2024-11-26 11:54:42 +01:00
Add serialize method
This commit is contained in:
parent
cfe8e0c3b3
commit
6a045fdfb1
@ -520,6 +520,12 @@ class ApiExtensions
|
||||
Client::getWrapper($this->madelineProto)->serialize();
|
||||
}
|
||||
|
||||
public function serialize(): void
|
||||
{
|
||||
Client::getWrapper($this->madelineProto)->serialize();
|
||||
}
|
||||
|
||||
|
||||
public function getUpdates(array $params): array
|
||||
{
|
||||
foreach ($params as $key => $value) {
|
||||
|
Loading…
Reference in New Issue
Block a user