--- title: danog\MadelineProto\Stream\ReadBufferInterface: Read buffer interface. description: --- # `danog\MadelineProto\Stream\ReadBufferInterface` [Back to index](../../../index.md) > Author: Daniil Gentili Read buffer interface. ## 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` --- Generated by [danog/phpdoc](https://phpdoc.daniil.it)