Class TdApi.UserPrivacySettingRuleAllowUsers

Enclosing class:
TdApi

public static class TdApi.UserPrivacySettingRuleAllowUsers
extends TdApi.UserPrivacySettingRule
A rule to allow certain specified users to do something.
  • Field Details

    • userIds

      public int[] userIds
      The user identifiers, total number of users in all rules must not exceed 1000.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      See Also:
      Constant Field Values
  • Constructor Details

    • UserPrivacySettingRuleAllowUsers

      public UserPrivacySettingRuleAllowUsers()
      A rule to allow certain specified users to do something.
    • UserPrivacySettingRuleAllowUsers

      public UserPrivacySettingRuleAllowUsers​(int[] userIds)
      A rule to allow certain specified users to do something.
      Parameters:
      userIds - int[] The user identifiers, total number of users in all rules must not exceed 1000.
    • UserPrivacySettingRuleAllowUsers

      public UserPrivacySettingRuleAllowUsers​(DataInput input) throws IOException
      Throws:
      IOException
  • Method Details