Class TdApi.Users

  • Enclosing class:
    TdApi

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

      • totalCount

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

        public long[] 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()
        Represents a list of users.
      • Users

        public Users​(int totalCount,
                     long[] userIds)
        Represents a list of users.
        Parameters:
        totalCount - Approximate total count of users found.
        userIds - A list of user identifiers.