public static class TdApi.InputStoryArea 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.InputStoryAreaType |
type
Type of the area.
|
| Constructor and Description |
|---|
InputStoryArea()
Describes a clickable rectangle area on a story media to be added.
|
InputStoryArea(TdApi.StoryAreaPosition position,
TdApi.InputStoryAreaType type)
Describes a clickable rectangle area on a story media to be added.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic TdApi.StoryAreaPosition position
public TdApi.InputStoryAreaType type
public static final int CONSTRUCTOR
public InputStoryArea()
public InputStoryArea(TdApi.StoryAreaPosition position, TdApi.InputStoryAreaType type)
position - Position of the area.type - Type of the area.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object