public static class TdApi.SetBirthdate extends TdApi.Function<TdApi.Ok>
Returns Ok
| Modifier and Type | Field and Description |
|---|---|
TdApi.Birthdate |
birthdate
The new value of the current user's birthdate; pass null to remove the birthdate.
|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
| Constructor and Description |
|---|
SetBirthdate()
Default constructor for a function, which changes the birthdate of the current user.
|
SetBirthdate(TdApi.Birthdate birthdate)
Creates a function, which changes the birthdate of the current user.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic TdApi.Birthdate birthdate
public static final int CONSTRUCTOR
public SetBirthdate()
Returns Ok
public SetBirthdate(TdApi.Birthdate birthdate)
Returns Ok
birthdate - The new value of the current user's birthdate; pass null to remove the birthdate.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object