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
Copy use statement
Belongs to
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_peers true optional
keep_archived_unmuted true optional
keep_archived_folders true optional
hide_read_marks true optional
new_noncontact_peers_require_premium true optional
display_gifts_button true optional
noncontact_peers_paid_stars long optional
disallowed_gifts DisallowedGiftsSettings optional
Used by