- Enclosing class:
- TdApi
Changes the first and last name of
the current user.
Returns
Ok
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
The new value of the first name for the current user; 1-64 characters.The new value of the optional last name for the current user; 0-64 characters. -
Constructor Summary
-
Method Summary
Methods inherited from class it.tdlight.jni.TdApi.Function
toString
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize
-
Field Details
-
firstName
The new value of the first name for the current user; 1-64 characters. -
lastName
The new value of the optional last name for the current user; 0-64 characters. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
-
-
Constructor Details
-
SetName
public SetName()Changes the first and last name of the current user. ReturnsOk
-
SetName
Changes the first and last name of the current user. ReturnsOk
- Parameters:
firstName
- String The new value of the first name for the current user; 1-64 characters.lastName
- String The new value of the optional last name for the current user; 0-64 characters.
-
SetName
Changes the first and last name of the current user. ReturnsOk
- Throws:
IOException
-
-
Method Details
-
getConstructor
public int getConstructor()- Specified by:
getConstructor
in classTdApi.Object
-
serialize
- Specified by:
serialize
in classTdApi.Object
- Throws:
IOException
-
equals
-
hashCode
public int hashCode()
-