account.setGlobalPrivacySettings

Set global privacy settings

globalPrivacySettings#734c4ccb flags:# archive_and_mute_new_noncontact_peers:flags.0?true keep_archived_unmuted:flags.1?true keep_archived_folders:flags.2?true hide_read_marks:flags.3?true new_noncontact_peers_require_premium:flags.4?true = GlobalPrivacySettings;
---functions---
account.setGlobalPrivacySettings#1edaaac2 settings:GlobalPrivacySettings = GlobalPrivacySettings;

Parameters

Name Type Description
settings GlobalPrivacySettings Global privacy settings

Result

GlobalPrivacySettings

Possible errors

Code Type Description
400 AUTOARCHIVE_NOT_AVAILABLE The autoarchive setting is not available at this time: please check the value of the autoarchive_setting_available field in client config ยป before calling this method.
403 PREMIUM_ACCOUNT_REQUIRED A premium account is required to execute this action.

Related pages

Client configuration

The MTProto API has multiple configuration parameters that can be fetched with the appropriate methods.