public static class TdApi.StoryRepostInfo extends TdApi.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
boolean |
isContentModified
True, if story content was modified during reposting; otherwise, story wasn't modified.
|
TdApi.StoryOrigin |
origin
Origin of the story that was reposted.
|
| Constructor and Description |
|---|
StoryRepostInfo()
Contains information about original story that was reposted.
|
StoryRepostInfo(TdApi.StoryOrigin origin,
boolean isContentModified)
Contains information about original story that was reposted.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic TdApi.StoryOrigin origin
public boolean isContentModified
public static final int CONSTRUCTOR
public StoryRepostInfo()
public StoryRepostInfo(TdApi.StoryOrigin origin, boolean isContentModified)
origin - Origin of the story that was reposted.isContentModified - True, if story content was modified during reposting; otherwise, story wasn't modified.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object