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