Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/mtkruto/connection/0_connection.ts>ConnectionUnframed

[WIP] Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class ConnectionUnframed
extends Foundation
Abstract
import { ConnectionUnframed } from "https://deno.land/x/mtkruto@0.0.989/connection/0_connection.ts";

Properties

readonly
type: "framed"

Methods

abstract
read(p: Uint8Array): MaybePromise<void>