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 long[] userIds
      The user identifiers, total number of users in all rules must not exceed 1000.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      Identifier uniquely determining type of the object.
      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 - The user identifiers, total number of users in all rules must not exceed 1000.
  • Method Details

    • getConstructor

      public int getConstructor()
      Description copied from class: TdApi.Object
      Returns an identifier uniquely determining type of the object.
      Specified by:
      getConstructor in class TdApi.Object
      Returns:
      this.CONSTRUCTOR