Skip to main content
Module

x/grm/mod.ts>Api.SecureValueErrorTranslationFile

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

Properties

className: "SecureValueErrorTranslationFile"
classType: "constructor"
CONSTRUCTOR_ID: 2702460784
fileHash: bytes
SUBCLASS_OF_ID: 101146574
text: string
type: Api.TypeSecureValueType

Static Methods

fromReader(reader: Reader): SecureValueErrorTranslationFile