Package org.drinkless.tdlib
Class TdApi.StoryAreaTypeLocation
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.StoryAreaType
org.drinkless.tdlib.TdApi.StoryAreaTypeLocation
- Enclosing class:
TdApi
An area pointing to a location.
-
Nested Class Summary
Nested classes/interfaces inherited from class org.drinkless.tdlib.TdApi.StoryAreaType
TdApi.StoryAreaType.Constructors -
Field Summary
FieldsModifier and TypeFieldDescriptionAddress of the location; may be null if unknown.static final intIdentifier uniquely determining type of the object.The location. -
Constructor Summary
ConstructorsConstructorDescriptionAn area pointing to a location.StoryAreaTypeLocation(TdApi.Location location, TdApi.LocationAddress address) An area pointing to a location. -
Method Summary
Modifier and TypeMethodDescriptionintReturns an identifier uniquely determining type of the object.Methods inherited from class org.drinkless.tdlib.TdApi.Object
toString
-
Field Details
-
location
The location. -
address
Address of the location; may be null if unknown. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
StoryAreaTypeLocation
public StoryAreaTypeLocation()An area pointing to a location. -
StoryAreaTypeLocation
An area pointing to a location.- Parameters:
location- The location.address- Address of the location; may be null if unknown.
-
-
Method Details
-
getConstructor
public int getConstructor()Description copied from class:TdApi.ObjectReturns an identifier uniquely determining type of the object.- Specified by:
getConstructorin classTdApi.StoryAreaType- Returns:
- this.CONSTRUCTOR
-