Skip to main content
Module

x/mtkruto/mod.ts>functions.AccountSaveAutoSaveSettings

[WIP] Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class functions.AccountSaveAutoSaveSettings
extends Function<boolean>
import { functions } from "https://deno.land/x/mtkruto@0.1.107/mod.ts";
const { AccountSaveAutoSaveSettings } = functions;

Constructors

new
AccountSaveAutoSaveSettings(params: { users?: true; chats?: true; broadcasts?: true; peer?: types.TypeInputPeer; settings: types.TypeAutoSaveSettings; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
optional
broadcasts: true
optional
chats: true
optional
peer: types.TypeInputPeer
optional
users: true

Static Properties

readonly
[paramDesc]: ParamDesc