Skip to main content
Module

x/mtkruto/mod.ts>types.AutoSaveSettings

Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class types.AutoSaveSettings
import { types } from "https://deno.land/x/mtkruto@0.0.981/mod.ts";
const { AutoSaveSettings } = types;

Constructors

new
AutoSaveSettings(params?: { photos?: true; videos?: true; videoMaxSize?: bigint; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
optional
photos: true
optional
videoMaxSize: bigint
optional
videos: true

Static Properties

readonly
[paramDesc]: ParamDesc