Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/mtkruto/tl/2_types.ts>AutoDownloadSettings

[WIP] Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class AutoDownloadSettings
import { AutoDownloadSettings } from "https://deno.land/x/mtkruto@0.0.989/tl/2_types.ts";

Constructors

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

Properties

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

Static Properties

readonly
[paramDesc]: ParamDesc