public static class TdApi.UserPrivacySettingRuleAllowChatMembers 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 |
---|
UserPrivacySettingRuleAllowChatMembers()
A rule to allow all members of certain specified basic groups and supergroups to doing something.
|
UserPrivacySettingRuleAllowChatMembers(long[] chatIds)
A rule to allow all members of certain specified basic groups and supergroups to doing something.
|
Modifier and Type | Method and Description |
---|---|
int |
getConstructor() |
toString
public long[] chatIds
public static final int CONSTRUCTOR
public UserPrivacySettingRuleAllowChatMembers()
public UserPrivacySettingRuleAllowChatMembers(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