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 Detail

      • userIds

        public int[] userIds
        The user identifiers.
      • CONSTRUCTOR

        public static final int CONSTRUCTOR
        Identifier uniquely determining type of the object.
        See Also:
        Constant Field Values
    • Constructor Detail

      • UserPrivacySettingRuleAllowUsers

        public UserPrivacySettingRuleAllowUsers()
        Default constructor.
      • UserPrivacySettingRuleAllowUsers

        public UserPrivacySettingRuleAllowUsers​(int[] userIds)
        Constructor for initialization of all fields.
        Parameters:
        userIds - The user identifiers.