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>AutoSaveSettings_

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

Media autosave settings

Constructors

new
AutoSaveSettings_(params?: { photos?: true; videos?: true; video_max_size?: bigint; })

Properties

protected
readonly
[id]: number
protected
readonly
[params]: Params
optional
photos: true

Whether photos should be autosaved to the gallery.

optional
video_max_size: bigint

If set, specifies a size limit for autosavable videos

optional
videos: true

Whether videos should be autosaved to the gallery.

Static Properties

readonly
[name]: string
readonly
[paramDesc]: ParamDesc