public static class TdApi.SetLocation extends TdApi.Function
Returns Ok
TdApi.Function.Constructors
Modifier and Type | Field and Description |
---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
TdApi.Location |
location
The new location of the user.
|
Constructor and Description |
---|
SetLocation()
Default constructor for a function, which changes the location of the current user.
|
SetLocation(TdApi.Location location)
Creates a function, which changes the location of the current user.
|
Modifier and Type | Method and Description |
---|---|
int |
getConstructor() |
toString
public TdApi.Location location
public static final int CONSTRUCTOR
public SetLocation()
Returns Ok
public SetLocation(TdApi.Location location)
Returns Ok
location
- The new location of the user.public int getConstructor()
getConstructor
in class TdApi.Function