public static class TdApi.InputStoryAreaTypeFoundVenue extends TdApi.InputStoryAreaType
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
long |
queryId
Identifier of the inline query, used to found the venue.
|
java.lang.String |
resultId
Identifier of the inline query result.
|
| Constructor and Description |
|---|
InputStoryAreaTypeFoundVenue()
An area pointing to a venue found by the bot getOption("venue_search_bot_username").
|
InputStoryAreaTypeFoundVenue(long queryId,
java.lang.String resultId)
An area pointing to a venue found by the bot getOption("venue_search_bot_username").
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic long queryId
public java.lang.String resultId
public static final int CONSTRUCTOR
public InputStoryAreaTypeFoundVenue()
public InputStoryAreaTypeFoundVenue(long queryId,
java.lang.String resultId)
queryId - Identifier of the inline query, used to found the venue.resultId - Identifier of the inline query result.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object