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