GlobalPrivacySettings

---types---
globalPrivacySettings#fe41b34f 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 display_gifts_button:flags.7?true noncontact_peers_paid_stars:flags.5?long disallowed_gifts:flags.6?DisallowedGiftsSettings = GlobalPrivacySettings

Belongs to

GlobalPrivacySettings

In Rust this constructor is a variant of the enums::GlobalPrivacySettings enum.
Match on it with: if let enums::GlobalPrivacySettings::GlobalPrivacySettings(v) = result { ... }

Parameters

archive_and_mute_new_noncontact_peerstrueoptional
keep_archived_unmutedtrueoptional
keep_archived_folderstrueoptional
hide_read_markstrueoptional
new_noncontact_peers_require_premiumtrueoptional
display_gifts_buttontrueoptional
noncontact_peers_paid_starslongoptional
disallowed_giftsDisallowedGiftsSettingsoptional

Used by

SetGlobalPrivacySettings