public static class TdApi.StoryAreaTypeLocation extends TdApi.StoryAreaType
| Modifier and Type | Field and Description |
|---|---|
TdApi.LocationAddress |
address
Address of the location; may be null if unknown.
|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
TdApi.Location |
location
The location.
|
| Constructor and Description |
|---|
StoryAreaTypeLocation()
An area pointing to a location.
|
StoryAreaTypeLocation(TdApi.Location location,
TdApi.LocationAddress address)
An area pointing to a location.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic TdApi.Location location
public TdApi.LocationAddress address
public static final int CONSTRUCTOR
public StoryAreaTypeLocation()
public StoryAreaTypeLocation(TdApi.Location location, TdApi.LocationAddress address)
location - The location.address - Address of the location; may be null if unknown.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object