public static class TdApi.UserPrivacySettingRuleRestrictChatMembers extends TdApi.UserPrivacySettingRule
| 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()
Returns an identifier uniquely determining type of the object.
|
toStringpublic 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()
TdApi.ObjectgetConstructor in class TdApi.Object