Uses of Class
org.drinkless.tdlib.TdApi.UserPrivacySetting
Packages that use TdApi.UserPrivacySetting
-
Uses of TdApi.UserPrivacySetting in org.drinkless.tdlib
Subclasses of TdApi.UserPrivacySetting in org.drinkless.tdlibModifier and TypeClassDescriptionstatic classA privacy setting for managing whether the user can be called.static classA privacy setting for managing whether the user can be invited to chats.static classA privacy setting for managing whether the user can be found by their phone number.static classA privacy setting for managing whether peer-to-peer connections can be used for calls.static classA privacy setting for managing whether the user can receive voice and video messages in private chats; for Telegram Premium users only.static classA privacy setting for managing whether the user can receive messages without additional payment.static classA privacy setting for managing whether received gifts are automatically shown on the user's profile page.static classA privacy setting for managing whether the user's bio is visible.static classA privacy setting for managing whether the user's birthdate is visible.static classA privacy setting for managing whether a link to the user's account is included in forwarded messages.static classA privacy setting for managing whether the user's phone number is visible.static classA privacy setting for managing whether the user's profile photo is visible.static classA privacy setting for managing whether the user's online status is visible.Fields in org.drinkless.tdlib declared as TdApi.UserPrivacySettingModifier and TypeFieldDescriptionTdApi.GetUserPrivacySettingRules.settingThe privacy setting.TdApi.SetUserPrivacySettingRules.settingThe privacy setting.TdApi.UpdateUserPrivacySettingRules.settingThe privacy setting.Constructors in org.drinkless.tdlib with parameters of type TdApi.UserPrivacySettingModifierConstructorDescriptionCreates a function, which returns the current privacy settings.Creates a function, which changes user privacy settings.UpdateUserPrivacySettingRules(TdApi.UserPrivacySetting setting, TdApi.UserPrivacySettingRules rules) Some privacy setting rules have been changed.