public static class TdApi.SetBio extends TdApi.Function<TdApi.Ok>
Returns Ok
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
bio
The new value of the user bio; 0-getOption("bio_length_max") 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()
Returns an identifier uniquely determining type of the object.
|
toStringpublic 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-getOption("bio_length_max") characters without line feeds.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object