public static class TdApi.StoryAreaTypeVenue extends TdApi.StoryAreaType
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
TdApi.Venue |
venue
Information about the venue.
|
| Constructor and Description |
|---|
StoryAreaTypeVenue()
An area pointing to a venue.
|
StoryAreaTypeVenue(TdApi.Venue venue)
An area pointing to a venue.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic TdApi.Venue venue
public static final int CONSTRUCTOR
public StoryAreaTypeVenue()
public StoryAreaTypeVenue(TdApi.Venue venue)
venue - Information about the venue.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object