Skip to main content
Module

x/mtkruto/mod.ts>types.AutoDownloadSettings

An attempt to write a Deno-native MTProto client
Go to Latest
class types.AutoDownloadSettings
import { types } from "https://deno.land/x/mtkruto@0.0.62/mod.ts";
const { AutoDownloadSettings } = types;

Constructors

new
AutoDownloadSettings(params: { disabled?: true; videoPreloadLarge?: true; audioPreloadNext?: true; phonecallsLessData?: true; photoSizeMax: number; videoSizeMax: bigint; fileSizeMax: bigint; videoUploadMaxbitrate: number; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
optional
audioPreloadNext: true
optional
disabled: true
fileSizeMax: bigint
optional
phonecallsLessData: true
photoSizeMax: number
optional
videoPreloadLarge: true
videoSizeMax: bigint
videoUploadMaxbitrate: number

Static Properties

readonly
[paramDesc]: ParamDesc