Skip to main content
Module

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

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

Properties

className: "SecureValueHash"
classType: "constructor"
CONSTRUCTOR_ID: 3978218928
hash: bytes
SUBCLASS_OF_ID: 3589652487
type: Api.TypeSecureValueType

Static Methods

fromReader(reader: Reader): SecureValueHash