Package it.tdlight.jni
Class TdApi.SetBio
java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.Function
it.tdlight.jni.TdApi.SetBio
- Enclosing class:
- TdApi
public static class TdApi.SetBio extends TdApi.Function
Changes the bio of the current user.
Returns Ok
-
Field Summary
Fields Modifier and Type Field Description String
bio
The new value of the user bio; 0-70 characters without line feeds.static int
CONSTRUCTOR
-
Constructor Summary
-
Method Summary
Modifier and Type Method Description boolean
equals(Object o)
int
getConstructor()
int
hashCode()
void
serialize(DataOutput output)
Methods inherited from class it.tdlight.jni.TdApi.Function
toString
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize
-
Field Details
-
bio
The new value of the user bio; 0-70 characters without line feeds. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
- Constant Field Values
-
-
Constructor Details
-
SetBio
public SetBio()Changes the bio of the current user.Returns
Ok
-
SetBio
Changes the bio of the current user.Returns
Ok
- Parameters:
bio
- String The new value of the user bio; 0-70 characters without line feeds.
-
SetBio
- 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()
-