public static class TdApi.StoryArea extends TdApi.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
TdApi.StoryAreaPosition |
position
Position of the area.
|
TdApi.StoryAreaType |
type
Type of the area.
|
| Constructor and Description |
|---|
StoryArea()
Describes a clickable rectangle area on a story media.
|
StoryArea(TdApi.StoryAreaPosition position,
TdApi.StoryAreaType type)
Describes a clickable rectangle area on a story media.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic TdApi.StoryAreaPosition position
public TdApi.StoryAreaType type
public static final int CONSTRUCTOR
public StoryArea()
public StoryArea(TdApi.StoryAreaPosition position, TdApi.StoryAreaType type)
position - Position of the area.type - Type of the area.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object