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 class
A privacy setting for managing whether the user can be called.static class
A privacy setting for managing whether the user can be invited to chats.static class
A privacy setting for managing whether the user can be found by their phone number.static class
A privacy setting for managing whether peer-to-peer connections can be used for calls.static class
A privacy setting for managing whether the user can receive voice and video messages in private chats; for Telegram Premium users only.static class
A privacy setting for managing whether the user can receive messages without additional payment.static class
A privacy setting for managing whether received gifts are automatically shown on the user's profile page.static class
A privacy setting for managing whether the user's bio is visible.static class
A privacy setting for managing whether the user's birthdate is visible.static class
A privacy setting for managing whether a link to the user's account is included in forwarded messages.static class
A privacy setting for managing whether the user's phone number is visible.static class
A privacy setting for managing whether the user's profile photo is visible.static class
A privacy setting for managing whether the user's online status is visible.Fields in org.drinkless.tdlib declared as TdApi.UserPrivacySettingModifier and TypeFieldDescriptionTdApi.GetUserPrivacySettingRules.setting
The privacy setting.TdApi.SetUserPrivacySettingRules.setting
The privacy setting.TdApi.UpdateUserPrivacySettingRules.setting
The 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.