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 number 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()
Returns an identifier uniquely determining type of the object.
|
toStringpublic int totalCount
public long[] userIds
public static final int CONSTRUCTOR
public Users()
public Users(int totalCount,
long[] userIds)
totalCount - Approximate total number of users found.userIds - A list of user identifiers.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object