java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.UserPrivacySettingRule
it.tdlight.jni.TdApi.UserPrivacySettingRuleAllowUsers
- Enclosing class:
- TdApi
public static final class TdApi.UserPrivacySettingRuleAllowUsers
extends TdApi.UserPrivacySettingRule
A rule to allow certain specified
users to do something.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
long[]
The user identifiers, total number of users in all rules must not exceed 1000. -
Constructor Summary
ConstructorDescriptionA rule to allow certain specified users to do something.UserPrivacySettingRuleAllowUsers
(long[] userIds) A rule to allow certain specified users to do something.A rule to allow certain specified users to do something. -
Method Summary
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize, 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 CONSTRUCTOR- See Also:
-
-
Constructor Details
-
UserPrivacySettingRuleAllowUsers
public UserPrivacySettingRuleAllowUsers()A rule to allow certain specified users to do something. -
UserPrivacySettingRuleAllowUsers
public UserPrivacySettingRuleAllowUsers(long[] userIds) A rule to allow certain specified users to do something.- Parameters:
userIds
- long[] The user identifiers, total number of users in all rules must not exceed 1000.
-
UserPrivacySettingRuleAllowUsers
A rule to allow certain specified users to do something.- Throws:
IOException
-
-
Method Details
-
getConstructor
public int getConstructor()- Specified by:
getConstructor
in classTdApi.Object
-
serialize
- Specified by:
serialize
in classTdApi.Object
- Throws:
IOException
-
equals
-
hashCode
public int hashCode()
-