public static class TdApi.GetUser extends TdApi.Function
Returns User
TdApi.Function.Constructors
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() |
toString
public long userId
public static final int CONSTRUCTOR
public GetUser()
Returns User
public GetUser(long userId)
Returns User
userId
- User identifier.public int getConstructor()
getConstructor
in class TdApi.Function