class tl.Api.SecureCredentialsEncrypted
extends VirtualClass<{ data: bytes; hash: bytes; secret: bytes; }>
import { tl } from "https://deno.land/x/grm@0.5.2/src/mod.ts";
const { SecureCredentialsEncrypted } = tl.Api;
Static Methods
fromReader(reader: Reader): SecureCredentialsEncrypted