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