Uses of Class
org.drinkless.tdlib.TdApi.UserPrivacySetting
-
Packages that use TdApi.UserPrivacySetting Package Description org.drinkless.tdlib -
-
Uses of TdApi.UserPrivacySetting in org.drinkless.tdlib
Subclasses of TdApi.UserPrivacySetting in org.drinkless.tdlib Modifier and Type Class Description static classTdApi.UserPrivacySettingAllowCallsA privacy setting for managing whether the user can be called.static classTdApi.UserPrivacySettingAllowChatInvitesA privacy setting for managing whether the user can be invited to chats.static classTdApi.UserPrivacySettingAllowFindingByPhoneNumberA privacy setting for managing whether the user can be found by their phone number.static classTdApi.UserPrivacySettingAllowPeerToPeerCallsA privacy setting for managing whether peer-to-peer connections can be used for calls.static classTdApi.UserPrivacySettingShowLinkInForwardedMessagesA privacy setting for managing whether a link to the user's account is included in forwarded messages.static classTdApi.UserPrivacySettingShowPhoneNumberA privacy setting for managing whether the user's phone number is visible.static classTdApi.UserPrivacySettingShowProfilePhotoA privacy setting for managing whether the user's profile photo is visible.static classTdApi.UserPrivacySettingShowStatusA privacy setting for managing whether the user's online status is visible.Fields in org.drinkless.tdlib declared as TdApi.UserPrivacySetting Modifier and Type Field Description TdApi.UserPrivacySettingTdApi.GetUserPrivacySettingRules. settingThe privacy setting.TdApi.UserPrivacySettingTdApi.SetUserPrivacySettingRules. settingThe privacy setting.TdApi.UserPrivacySettingTdApi.UpdateUserPrivacySettingRules. settingThe privacy setting.Constructors in org.drinkless.tdlib with parameters of type TdApi.UserPrivacySetting Constructor Description GetUserPrivacySettingRules(TdApi.UserPrivacySetting setting)Creates a function, which returns the current privacy settings.SetUserPrivacySettingRules(TdApi.UserPrivacySetting setting, TdApi.UserPrivacySettingRules rules)Creates a function, which changes user privacy settings.UpdateUserPrivacySettingRules(TdApi.UserPrivacySetting setting, TdApi.UserPrivacySettingRules rules)Some privacy setting rules have been changed.
-