Package org.drinkless.tdlib
Class TdApi.SetBusinessStartPage
- Enclosing class:
- TdApi
Changes the business start page of the current user. Requires Telegram Business subscription.
Returns Ok
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intIdentifier uniquely determining type of the object.The new start page of the business; pass null to remove custom start page. -
Constructor Summary
ConstructorsConstructorDescriptionDefault 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. -
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
-
startPage
The new start page of the business; pass null to remove custom start page. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
SetBusinessStartPage
public SetBusinessStartPage()Default constructor for a function, which changes the business start page of the current user. Requires Telegram Business subscription.Returns
Ok -
SetBusinessStartPage
Creates a function, which changes the business start page of the current user. Requires Telegram Business subscription.Returns
Ok- Parameters:
startPage- The new start page of the business; pass null to remove custom start page.
-
-
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
-