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

x/mtkruto/mod.ts>TransportAbridged

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

Constructors

new
TransportAbridged(connection: Connection, obfuscated?)

Properties

readonly
initialized: boolean

Methods

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