Package it.tdlight.jni
Class TdApi.Users
java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.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
int
totalCount
Approximate total count of users found.int[]
userIds
A list of user identifiers. -
Constructor Summary
-
Method Summary
Modifier and Type Method Description boolean
equals(Object o)
int
getConstructor()
int
hashCode()
void
serialize(DataOutput output)
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize, toString
-
Field Details
-
totalCount
public int totalCountApproximate total count of users found. -
userIds
public int[] userIdsA list of user identifiers. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
- Constant Field Values
-
-
Constructor Details
-
Users
public Users()Represents a list of users. -
Users
public Users(int totalCount, int[] userIds)Represents a list of users.- Parameters:
totalCount
- int Approximate total count of users found.userIds
- int[] A list of user identifiers.
-
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()
-