Raw.account.SaveAutoSaveSettings
Modify autosave settings
account.saveAutoSaveSettings#d69b8361 flags:# users:flags.0?true chats:flags.1?true broadcasts:flags.2?true peer:flags.3?InputPeer settings:AutoSaveSettings = Bool;export namespace Raw {
export namespace account {
export class SaveAutoSaveSettings {
constructor(params: {
users?: boolean;
chats?: boolean;
broadcasts?: boolean;
peer?: Raw.TypeInputPeer;
settings: Raw.TypeAutoSaveSettings;
}) {}
}
}
}This is a function constructor, you can use it as method when call invoke
Layer: 201
Constructor ID: 0xd69b8361
Property
users: boolean or undefinedWhether the new settings should affect all private chats
chats: boolean or undefinedWhether the new settings should affect all groups
broadcasts: boolean or undefinedWhether the new settings should affect all channels
peer: Raw.TypeInputPeer or undefinedWhether the new settings should affect a specific peer
settings: Raw.TypeAutoSaveSettingsThe new autosave settings