- Enclosing class:
- TdApi
Changes the first and last name of
the current user.
Returns
Ok-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intThe 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
Constructors -
Method Summary
Methods inherited from class it.tdlight.jni.TdApi.Function
toStringMethods 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:
getConstructorin classTdApi.Object
-
serialize
- Specified by:
serializein classTdApi.Object- Throws:
IOException
-
equals
-
hashCode
public int hashCode()
-