Package org.drinkless.tdlib
Class TdApi.InputStoryAreaTypeFoundVenue
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.InputStoryAreaType
org.drinkless.tdlib.TdApi.InputStoryAreaTypeFoundVenue
- Enclosing class:
- TdApi
An area pointing to a venue found by the bot getOption("venue_search_bot_username").
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intIdentifier uniquely determining type of the object.longIdentifier of the inline query, used to found the venue.Identifier of the inline query result. -
Constructor Summary
ConstructorsConstructorDescriptionAn area pointing to a venue found by the bot getOption("venue_search_bot_username").InputStoryAreaTypeFoundVenue(long queryId, String resultId) An area pointing to a venue found by the bot getOption("venue_search_bot_username"). -
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
-
queryId
public long queryIdIdentifier of the inline query, used to found the venue. -
resultId
Identifier of the inline query result. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
InputStoryAreaTypeFoundVenue
public InputStoryAreaTypeFoundVenue()An area pointing to a venue found by the bot getOption("venue_search_bot_username"). -
InputStoryAreaTypeFoundVenue
An area pointing to a venue found by the bot getOption("venue_search_bot_username").- Parameters:
queryId- Identifier of the inline query, used to found the venue.resultId- Identifier of the inline query result.
-
-
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
-