mirror of
https://github.com/danog/MadelineProto.git
synced 2024-11-26 21:14:43 +01:00
Bugfix
This commit is contained in:
parent
9d86507eb8
commit
11c8f627a6
@ -19,6 +19,7 @@
|
||||
|
||||
namespace danog\MadelineProto;
|
||||
|
||||
// This code was written a few years ago: it is garbage, and has to be rewritten
|
||||
class DocsBuilder
|
||||
{
|
||||
use \danog\MadelineProto\TL\TL;
|
||||
|
@ -27,6 +27,7 @@ use function Amp\Socket\connect;
|
||||
use danog\MadelineProto\Stream\BufferedStreamInterface;
|
||||
use danog\MadelineProto\Stream\BufferInterface;
|
||||
use danog\MadelineProto\Stream\RawStreamInterface;
|
||||
use Amp\ByteStream\ClosedException;
|
||||
|
||||
/**
|
||||
* Buffered raw stream.
|
||||
|
Loading…
Reference in New Issue
Block a user