. * * @author Daniil Gentili * @copyright 2016-2023 Daniil Gentili * @license https://opensource.org/licenses/AGPL-3.0 AGPLv3 * @link https://docs.madelineproto.xyz MadelineProto documentation */ namespace danog\MadelineProto\Stream; /** * Raw stream proxy interface. * * @author Daniil Gentili * * @template TT * * @extends ProxyStreamInterface */ interface RawProxyStreamInterface extends RawStreamInterface, ProxyStreamInterface { }