SetUserPrivacySettingRules
public struct SetUserPrivacySettingRules : Codable, Equatable, TDFunction
Changes user privacy settings
-
Undocumented
Declaration
Swift
public typealias Result = Ok -
The privacy setting
Declaration
Swift
public let setting: UserPrivacySetting -
The new privacy rules
Declaration
Swift
public let rules: UserPrivacySettingRules -
Changes user privacy settings
Declaration
Swift
public init(setting: UserPrivacySetting, rules: UserPrivacySettingRules)Parameters
settingThe privacy setting
rulesThe new privacy rules
View on GitHub
Install in Dash
SetUserPrivacySettingRules Structure Reference