Skip to main content
Module

x/mtkruto/mod.ts>TransportIntermediate

Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class TransportIntermediate
implements Transport
extends Transport
Re-export
import { TransportIntermediate } from "https://deno.land/x/mtkruto@0.1.191/mod.ts";

Constructors

new
TransportIntermediate(connection: Connection, obfuscated?)

Properties

readonly
initialized: boolean

Methods

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