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