Skip to main content
Module

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

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

Properties

className: "SecureValueErrorData"
classType: "constructor"
CONSTRUCTOR_ID: 3903065049
dataHash: bytes
field: string
SUBCLASS_OF_ID: 101146574
text: string
type: Api.TypeSecureValueType

Static Methods

fromReader(reader: Reader): SecureValueErrorData