Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/mtkruto/transport/1_transport_intermediate.ts>TransportIntermediate

Cross-runtime JavaScript library for building Telegram clients
Latest
class TransportIntermediate
implements Transport
extends Transport
import { TransportIntermediate } from "https://deno.land/x/mtkruto@0.6.3/transport/1_transport_intermediate.ts";

Constructors

new
TransportIntermediate(connection: Connection, obfuscated?)

Properties

readonly
initialized: boolean

Methods

receive(): Promise<Uint8Array>
send(buffer: Uint8Array)