class AccountAutoSaveSettings
extends _TypeAccountAutoSaveSettings
import { AccountAutoSaveSettings } from "https://deno.land/x/mtkruto@0.1.101/tl/2_types.ts";
Constructors
new
AccountAutoSaveSettings(params: { usersSettings: TypeAutoSaveSettings; chatsSettings: TypeAutoSaveSettings; broadcastsSettings: TypeAutoSaveSettings; exceptions: Array<TypeAutoSaveException>; chats: Array<TypeChat>; users: Array<TypeUser>; })Properties
protected
readonly
[params]: ParamsbroadcastsSettings: TypeAutoSaveSettings
chats: Array<TypeChat>
chatsSettings: TypeAutoSaveSettings
exceptions: Array<TypeAutoSaveException>
users: Array<TypeUser>
usersSettings: TypeAutoSaveSettings
Static Properties
readonly
[paramDesc]: ParamDesc