Skip to main content
Module

x/mtkruto/tl/3_deserialize.ts>deserialize

[WIP] Cross-runtime JavaScript library for building Telegram clients
Go to Latest
function deserialize
import { deserialize } from "https://deno.land/x/mtkruto@0.0.982/tl/3_deserialize.ts";

Type Parameters

T extends TLObjectConstructor<InstanceType<T>>

Parameters

reader: TLRawReader
paramDesc: ParamDesc
constructor: T

Returns

InstanceType<T>