MadelineProtoDocs/docs/PHP/danog/MadelineProto/Stream/ReadBufferInterface.md
2020-10-15 18:42:54 +02:00

566 B

title: danog\MadelineProto\Stream\ReadBufferInterface: Read buffer interface. description:

danog\MadelineProto\Stream\ReadBufferInterface

Back to index

Author: Daniil Gentili daniil@daniil.it

Read buffer interface.


Generated by danog/phpdoc.

Method list:

  • bufferRead(int $length): \Amp\Promise

Methods:

bufferRead(int $length): \Amp\Promise

Read data asynchronously.

Parameters:

  • $length: int How much data to read

See also:

  • \Amp\Promise