mirror of
https://github.com/danog/TelegramApiServer.git
synced 2024-11-26 20:04:45 +01:00
Add message after session start
This commit is contained in:
parent
35ba3f715b
commit
3b79e18bb3
@ -163,6 +163,7 @@ class Client
|
||||
}
|
||||
yield $this->instances[$sessionName]->start();
|
||||
$this->instances[$sessionName]->loopFork();
|
||||
$this->instances[$sessionName]->echo("Started session: {$sessionName}\n");
|
||||
}
|
||||
}
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user