public static class TdApi.SearchUserByToken extends TdApi.Function<TdApi.User>
Returns User
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
java.lang.String |
token
Token to search for.
|
| Constructor and Description |
|---|
SearchUserByToken()
Default constructor for a function, which searches a user by a token from the user's link.
|
SearchUserByToken(java.lang.String token)
Creates a function, which searches a user by a token from the user's link.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic java.lang.String token
public static final int CONSTRUCTOR
public SearchUserByToken()
Returns User
public SearchUserByToken(java.lang.String token)
Returns User
token - Token to search for.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object