java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.Users
- Enclosing class:
- TdApi
Represents a list of users.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
int
Approximate total count of users found.long[]
A list of user identifiers. -
Constructor Summary
-
Method Summary
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize, toString
-
Field Details
-
totalCount
public int totalCountApproximate total count of users found. -
userIds
public long[] userIdsA list of user identifiers. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
-
-
Constructor Details
-
Users
public Users()Represents a list of users. -
Users
public Users(int totalCount, long[] userIds) Represents a list of users.- Parameters:
totalCount
- int Approximate total count of users found.userIds
- long[] A list of user identifiers.
-
Users
Represents a list of users.- Throws:
IOException
-
-
Method Details
-
getConstructor
public int getConstructor()- Specified by:
getConstructor
in classTdApi.Object
-
serialize
- Specified by:
serialize
in classTdApi.Object
- Throws:
IOException
-
equals
-
hashCode
public int hashCode()
-