public static class TdApi.InputStoryAreaTypePreviousVenue extends TdApi.InputStoryAreaType
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
java.lang.String |
venueId
Identifier of the venue in the provider database.
|
java.lang.String |
venueProvider
Provider of the venue.
|
| Constructor and Description |
|---|
InputStoryAreaTypePreviousVenue()
An area pointing to a venue already added to the story.
|
InputStoryAreaTypePreviousVenue(java.lang.String venueProvider,
java.lang.String venueId)
An area pointing to a venue already added to the story.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic java.lang.String venueProvider
public java.lang.String venueId
public static final int CONSTRUCTOR
public InputStoryAreaTypePreviousVenue()
public InputStoryAreaTypePreviousVenue(java.lang.String venueProvider,
java.lang.String venueId)
venueProvider - Provider of the venue.venueId - Identifier of the venue in the provider database.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object