public static class TdApi.Users extends TdApi.Object
Modifier and Type | Field and Description |
---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
int |
totalCount
Approximate total count of users found.
|
long[] |
userIds
A list of user identifiers.
|
Constructor and Description |
---|
Users()
Represents a list of users.
|
Users(int totalCount,
long[] userIds)
Represents a list of users.
|
Modifier and Type | Method and Description |
---|---|
int |
getConstructor() |
toString
public int totalCount
public long[] userIds
public static final int CONSTRUCTOR
public Users()
public Users(int totalCount, long[] userIds)
totalCount
- Approximate total count of users found.userIds
- A list of user identifiers.public int getConstructor()
getConstructor
in class TdApi.Object