public static class TdApi.SetBusinessLocation extends TdApi.Function<TdApi.Ok>
Returns Ok
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
TdApi.BusinessLocation |
location
The new location of the business; pass null to remove the location.
|
| Constructor and Description |
|---|
SetBusinessLocation()
Default 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.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic TdApi.BusinessLocation location
public static final int CONSTRUCTOR
public SetBusinessLocation()
Returns Ok
public SetBusinessLocation(TdApi.BusinessLocation location)
Returns Ok
location - The new location of the business; pass null to remove the location.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object