Skip to main content
Module

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

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

Properties

className: "SecureData"
classType: "constructor"
CONSTRUCTOR_ID: 2330640067
data: bytes
dataHash: bytes
secret: bytes
SUBCLASS_OF_ID: 2094276276

Static Methods

fromReader(reader: Reader): SecureData