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.1.139/tl/2_types.ts";

Constructors

new
AutoDownloadSettings_(params: { disabled?: true; video_preload_large?: true; audio_preload_next?: true; phonecalls_less_data?: true; stories_preload?: true; photo_size_max: number; video_size_max: bigint; file_size_max: bigint; video_upload_maxbitrate: number; small_queue_active_operations_max: number; large_queue_active_operations_max: number; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
optional
audio_preload_next: true
optional
disabled: true
file_size_max: bigint
large_queue_active_operations_max: number
optional
phonecalls_less_data: true
photo_size_max: number
small_queue_active_operations_max: number
optional
stories_preload: true
optional
video_preload_large: true
video_size_max: bigint
video_upload_maxbitrate: number

Static Properties

readonly
[name]
readonly
[paramDesc]: ParamDesc