public static class TdApi.PublicForwardStory extends TdApi.PublicForward
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
TdApi.Story |
story
Information about the story.
|
| Constructor and Description |
|---|
PublicForwardStory()
Contains a public repost to a story.
|
PublicForwardStory(TdApi.Story story)
Contains a public repost to 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 PublicForwardStory()
public PublicForwardStory(TdApi.Story story)
story - Information about the story.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object