mirror of
https://github.com/danog/MadelineProto.git
synced 2024-11-26 17:04:39 +01:00
Release 8.2.1
This commit is contained in:
parent
e650407a8c
commit
29057d31e7
@ -51,7 +51,7 @@ final class API extends AbstractAPI
|
||||
*
|
||||
* @var string
|
||||
*/
|
||||
public const RELEASE = '8.2.0';
|
||||
public const RELEASE = '8.2.1';
|
||||
/**
|
||||
* We're not logged in.
|
||||
*
|
||||
|
@ -114,6 +114,7 @@ foreach (['methods', 'constructors'] as $type) {
|
||||
$bot = new \danog\MadelineProto\API('testing.madeline');
|
||||
$bot->start();
|
||||
|
||||
echo $res."\n\n";
|
||||
foreach (explode("\n\n", $res) as $chunk) {
|
||||
if (!$chunk || !trim(explode(':', $chunk)[1])) {
|
||||
continue;
|
||||
|
Loading…
Reference in New Issue
Block a user