public static class TdApi.UserPrivacySettingRuleRestrictChatMembers extends TdApi.UserPrivacySettingRule
TdApi.UserPrivacySettingRule.Constructors
Modifier and Type | Field and Description |
---|---|
long[] |
chatIds
The chat identifiers, total number of chats in all rules must not exceed 20.
|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
Constructor and Description |
---|
UserPrivacySettingRuleRestrictChatMembers()
A rule to restrict all members of specified basic groups and supergroups from doing something.
|
UserPrivacySettingRuleRestrictChatMembers(long[] chatIds)
A rule to restrict all members of specified basic groups and supergroups from doing something.
|
Modifier and Type | Method and Description |
---|---|
int |
getConstructor() |
toString
public long[] chatIds
public static final int CONSTRUCTOR
public UserPrivacySettingRuleRestrictChatMembers()
public UserPrivacySettingRuleRestrictChatMembers(long[] chatIds)
chatIds
- The chat identifiers, total number of chats in all rules must not exceed 20.public int getConstructor()
getConstructor
in class TdApi.UserPrivacySettingRule