Package org.drinkless.tdlib
Class TdApi.SetBio
- Enclosing class:
- TdApi
Changes the bio of the current user.
Returns Ok
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe new value of the user bio; 0-getOption("bio_length_max") characters without line feeds.static final intIdentifier uniquely determining type of the object. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintReturns an identifier uniquely determining type of the object.Methods inherited from class org.drinkless.tdlib.TdApi.Function
toString
-
Field Details
-
bio
The new value of the user bio; 0-getOption("bio_length_max") characters without line feeds. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
SetBio
public SetBio()Default constructor for a function, which changes the bio of the current user.Returns
Ok -
SetBio
Creates a function, which changes the bio of the current user.Returns
Ok- Parameters:
bio- The new value of the user bio; 0-getOption("bio_length_max") characters without line feeds.
-
-
Method Details
-
getConstructor
public int getConstructor()Description copied from class:TdApi.ObjectReturns an identifier uniquely determining type of the object.- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-