public static class TdApi.FoundUsers extends TdApi.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
java.lang.String |
nextOffset
The offset for the next request.
|
long[] |
userIds
Identifiers of the found users.
|
| Constructor and Description |
|---|
FoundUsers()
Represents a list of found users.
|
FoundUsers(long[] userIds,
java.lang.String nextOffset)
Represents a list of found users.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic long[] userIds
public java.lang.String nextOffset
public static final int CONSTRUCTOR
public FoundUsers()
public FoundUsers(long[] userIds,
java.lang.String nextOffset)
userIds - Identifiers of the found users.nextOffset - The offset for the next request. If empty, then there are no more results.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object