Class TdApi.Users

  • Enclosing class:
    TdApi

    public static class TdApi.Users
    extends TdApi.Object
    Represents a list of users.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int CONSTRUCTOR
      Identifier uniquely determining type of the object.
      int totalCount
      Approximate total count of users found.
      int[] userIds
      A list of user identifiers.
    • Constructor Summary

      Constructors 
      Constructor Description
      Users()
      Default constructor.
      Users​(int totalCount, int[] userIds)
      Constructor for initialization of all fields.
    • Field Detail

      • totalCount

        public int totalCount
        Approximate total count of users found.
      • userIds

        public int[] userIds
        A list of user identifiers.
      • CONSTRUCTOR

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

      • Users

        public Users()
        Default constructor.
      • Users

        public Users​(int totalCount,
                     int[] userIds)
        Constructor for initialization of all fields.
        Parameters:
        totalCount - Approximate total count of users found.
        userIds - A list of user identifiers.