Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/mtkruto/tl/3_functions.ts>account_saveAutoSaveSettings_

Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class account_saveAutoSaveSettings_
extends Function_<boolean>
import { account_saveAutoSaveSettings_ } from "https://deno.land/x/mtkruto@0.1.190/tl/3_functions.ts";

Modify autosave settings

Constructors

new
account_saveAutoSaveSettings_(params: { users?: true; chats?: true; broadcasts?: true; peer?: enums.InputPeer; settings: enums.AutoSaveSettings; })

Properties

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

Whether the new settings should affect all channels

optional
chats: true

Whether the new settings should affect all groups

optional
peer: enums.InputPeer

Whether the new settings should affect a specific peer

settings: enums.AutoSaveSettings

The new autosave settings

optional
users: true

Whether the new settings should affect all private chats

Static Properties

__F: (params: { users?: true; chats?: true; broadcasts?: true; peer?: enums.InputPeer; settings: enums.AutoSaveSettings; }) => boolean
readonly
[name]: string
readonly
[paramDesc]: ParamDesc