public static class TdApi.StoryInteractionTypeRepost extends TdApi.StoryInteractionType
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
TdApi.Story |
story
The reposted story.
|
| Constructor and Description |
|---|
StoryInteractionTypeRepost()
A repost of the story as a story.
|
StoryInteractionTypeRepost(TdApi.Story story)
A repost of the story as a story.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic TdApi.Story story
public static final int CONSTRUCTOR
public StoryInteractionTypeRepost()
public StoryInteractionTypeRepost(TdApi.Story story)
story - The reposted story.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object