Skip to main content
Module

x/mtkruto/mod.ts>types.FileHash

[WIP] Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class types.FileHash
extends _TypeFileHash
import { types } from "https://deno.land/x/mtkruto@0.0.996/mod.ts";
const { FileHash } = types;

Constructors

new
FileHash(params: { offset: bigint; limit: number; hash: Uint8Array; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
hash: Uint8Array
limit: number
offset: bigint

Static Properties

readonly
[paramDesc]: ParamDesc