Package org.drinkless.tdlib
Class TdApi.StoryAreaTypeVenue
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.StoryAreaType
org.drinkless.tdlib.TdApi.StoryAreaTypeVenue
- Enclosing class:
- TdApi
An area pointing to a venue.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intIdentifier uniquely determining type of the object.Information about the venue. -
Constructor Summary
ConstructorsConstructorDescriptionAn area pointing to a venue.StoryAreaTypeVenue(TdApi.Venue venue) An area pointing to a venue. -
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
-
venue
Information about the venue. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
StoryAreaTypeVenue
public StoryAreaTypeVenue()An area pointing to a venue. -
StoryAreaTypeVenue
An area pointing to a venue.- Parameters:
venue- Information about the venue.
-
-
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
-