public static class TdApi.SetBio extends TdApi.Function
Returns Ok
TdApi.Function.Constructors
Modifier and Type | Field and Description |
---|---|
java.lang.String |
bio
The new value of the user bio; 0-70 characters without line feeds.
|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
Constructor and Description |
---|
SetBio()
Default constructor for a function, which changes the bio of the current user.
|
SetBio(java.lang.String bio)
Creates a function, which changes the bio of the current user.
|
Modifier and Type | Method and Description |
---|---|
int |
getConstructor() |
toString
public java.lang.String bio
public static final int CONSTRUCTOR
public SetBio()
Returns Ok
public SetBio(java.lang.String bio)
Returns Ok
bio
- The new value of the user bio; 0-70 characters without line feeds.public int getConstructor()
getConstructor
in class TdApi.Function