Skip to main content
Module

x/mtkruto/mod.ts>types.AutoDownloadSettings

Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class types.AutoDownloadSettings
import { types } from "https://deno.land/x/mtkruto@0.0.835/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