Package org.drinkless.tdlib
Class TdApi.UserPrivacySettingRuleRestrictUsers
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.UserPrivacySettingRule
org.drinkless.tdlib.TdApi.UserPrivacySettingRuleRestrictUsers
- Enclosing class:
- TdApi
A rule to restrict all specified users from doing something.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intIdentifier uniquely determining type of the object.long[]The user identifiers, total number of users in all rules must not exceed 1000. -
Constructor Summary
ConstructorsConstructorDescriptionA rule to restrict all specified users from doing something.UserPrivacySettingRuleRestrictUsers(long[] userIds) A rule to restrict all specified users from doing something. -
Method Summary
Modifier and TypeMethodDescriptionintReturns an identifier uniquely determining type of the object.Methods inherited from class org.drinkless.tdlib.TdApi.Object
toString
-
Field Details
-
userIds
public long[] userIdsThe user identifiers, total number of users in all rules must not exceed 1000. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
UserPrivacySettingRuleRestrictUsers
public UserPrivacySettingRuleRestrictUsers()A rule to restrict all specified users from doing something. -
UserPrivacySettingRuleRestrictUsers
public UserPrivacySettingRuleRestrictUsers(long[] userIds) A rule to restrict all specified users from doing something.- Parameters:
userIds- The user identifiers, total number of users in all rules must not exceed 1000.
-
-
Method Details
-
getConstructor
public int getConstructor()Description copied from class:TdApi.ObjectReturns an identifier uniquely determining type of the object.- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-