public static class TdApi.GetUser extends TdApi.Function<TdApi.User>
Returns User
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
long |
userId
User identifier.
|
| Constructor and Description |
|---|
GetUser()
Default constructor for a function, which returns information about a user by their identifier.
|
GetUser(long userId)
Creates a function, which returns information about a user by their identifier.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic long userId
public static final int CONSTRUCTOR
public GetUser()
Returns User
public GetUser(long userId)
Returns User
userId - User identifier.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object