Skip to main content
Module

x/grm/mod.ts>tl.Api.DataJSON

MTProto API Client for Deno 🦕
Go to Latest
class tl.Api.DataJSON
extends VirtualClass<{ data: string; }>
import { tl } from "https://deno.land/x/grm@0.8.0/mod.ts";
const { DataJSON } = tl.Api;

Properties

className: "DataJSON"
classType: "constructor"
CONSTRUCTOR_ID: 2104790276
data: string
SUBCLASS_OF_ID: 2902676200

Static Methods

fromReader(reader: Reader): DataJSON