Skip to main content
Module

x/mtkruto/mod.ts>types.AccountAutoSaveSettings

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

Constructors

new
AccountAutoSaveSettings(params: { usersSettings: TypeAutoSaveSettings; chatsSettings: TypeAutoSaveSettings; broadcastsSettings: TypeAutoSaveSettings; exceptions: Array<TypeAutoSaveException>; chats: Array<TypeChat>; users: Array<TypeUser>; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
broadcastsSettings: TypeAutoSaveSettings
chats: Array<TypeChat>
chatsSettings: TypeAutoSaveSettings
exceptions: Array<TypeAutoSaveException>
users: Array<TypeUser>
usersSettings: TypeAutoSaveSettings

Static Properties

readonly
[paramDesc]: ParamDesc